From 767cd5102559af7d5e66ace96ecfc48b1348c3a2 Mon Sep 17 00:00:00 2001
From: an <an@noreply.example.org>
Date: Thu, 22 Feb 2018 18:49:15 +0000
Subject: [PATCH] =?UTF-8?q?'.drone.yml'=20=C3=A4ndern?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .drone.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index ae9034a..77ff733 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -32,4 +32,8 @@ pipeline:
       - REV=$(git rev-list HEAD --count)
     repo: $IMAGE
     tags: [ $REV, latest ]
+  deploy:
+    image: ubuntu:16.04
+    commands:
+      - echo "foo"
       
\ No newline at end of file