startpage/.drone.yml
choelzl 7b485b2904
All checks were successful
continuous-integration/drone/push Build is passing
force build
2021-06-23 03:38:44 +02:00

13 lines
318 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 build --no-cache startpage
- docker-compose -p startpage up -d
when:
event: push
branch: [master]