startpage/.drone.yml
choelzl 743b0606c9
Some checks failed
continuous-integration/drone/push Build is failing
newv
2021-06-22 12:49:44 +02:00

13 lines
270 B
YAML

pipeline:
deploy-production:
image: docker/compose:1.19.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker-compose -p startpage down
- docker-compose -p startpage up -d
when:
event: push
branches: master