OTM/.drone.yml

11 lines
246 B
YAML
Raw Normal View History

2021-07-16 09:12:30 +02:00
pipeline:
deploy-production:
image: docker/compose
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
2021-12-06 21:50:48 +01:00
- docker-compose -p otm up -d --force-recreate --build
2021-07-16 09:12:30 +02:00
when:
event: push
2023-07-19 12:29:44 +02:00
branch: [master]