openttd/.drone.yml

18 lines
342 B
YAML
Raw Normal View History

2022-11-12 14:56:07 +01:00
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
2022-11-12 14:59:15 +01:00
branch: [main]
2022-11-12 14:56:07 +01:00
test-pr:
image: docker/compose
commands:
- echo "1"
when:
event: push