startpage/.drone.yml
choelzl 898cfa608b
Some checks failed
continuous-integration/drone/push Build is failing
newv
2021-06-22 12:47:43 +02:00

11 lines
242 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
branches: master