startpage/.drone.yml
choelzl 4b8e96b899
All checks were successful
continuous-integration/drone/push Build is passing
newv
2021-06-22 12:38:10 +02:00

14 lines
306 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: deployment
environment: production
branches: master