startpage/.drone.yml
choelzl 768e8a332d
Some checks failed
continuous-integration/drone/push Build is failing
newv
2021-06-22 12:51:09 +02:00

12 lines
268 B
YAML

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