openttd/.drone.yml
sora 39e25e792d
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-11-12 14:59:15 +01:00

18 lines
342 B
YAML

pipeline:
deploy-production:
image: docker/compose
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker-compose -p ottd up -d --force-recreate --build
when:
event: push
branch: [main]
test-pr:
image: docker/compose
commands:
- echo "1"
when:
event: push