OTM/.drone.yml
sora 7ebaf3856a
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-12-06 21:50:48 +01:00

10 lines
245 B
YAML

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