startpage/.drone.yml

11 lines
242 B
YAML
Raw Normal View History

2021-06-22 12:47:43 +02:00
pipeline:
2021-06-22 12:38:10 +02:00
2021-06-22 12:47:43 +02:00
deploy-production:
2021-06-22 12:38:10 +02:00
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
branches: master