OTM/.drone.yml
soraefir 0e27042c8c
Some checks failed
continuous-integration/drone/push Build is failing
Prettier
2023-07-19 12:29:44 +02:00

11 lines
246 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]