From 768e8a332d4a8bb0c98d154f17b106d5778a23a8 Mon Sep 17 00:00:00 2001 From: choelzl Date: Tue, 22 Jun 2021 12:51:09 +0200 Subject: [PATCH] newv --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5507b3d..0d47f00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: deploy-production: - image: docker/compose:1.19.0 + image: docker/compose volumes: - /var/run/docker.sock:/var/run/docker.sock commands: @@ -9,5 +9,4 @@ pipeline: - docker-compose -p startpage up -d when: event: push - -branches: master \ No newline at end of file + branch: [master] \ No newline at end of file