Files
dcape-dns-config/.woodpecker.yml
2023-08-28 17:43:14 +03:00

19 lines
295 B
YAML

variables:
- &dcape_img 'dcape-compose'
clone:
git:
image: drone/git
settings:
lfs: false
tags: false
pipeline:
deploy:
image: *dcape_img
commands:
- make .config-link
- make update
volumes:
- /var/run/docker.sock:/var/run/docker.sock