newv
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
choelzl 2021-06-22 12:51:09 +02:00
parent 743b0606c9
commit 768e8a332d
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -1,7 +1,7 @@
pipeline: pipeline:
deploy-production: deploy-production:
image: docker/compose:1.19.0 image: docker/compose
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
commands: commands:
@ -9,5 +9,4 @@ pipeline:
- docker-compose -p startpage up -d - docker-compose -p startpage up -d
when: when:
event: push event: push
branch: [master]
branches: master