startpage/.drone.yml
sora a130d4bd65
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-12-06 21:50:34 +01:00

11 lines
252 B
YAML

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