From 4f99275d0a994e53d4d01bb4104a25c0314842fb Mon Sep 17 00:00:00 2001 From: Adrien Agez Date: Fri, 4 Dec 2020 19:38:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A:=20deploy=20test=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5d370fb..b788af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - name: Build new image commands: + - git checkout test - docker build . -f Dockerfile.production --tag="nexus-timers" - name: Launch new container @@ -28,4 +29,4 @@ steps: trigger: branch: - - master + - test