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