v3 support

This commit is contained in:
135
2023-08-28 17:43:14 +03:00
parent 07d873eb11
commit 2794a48901
4 changed files with 35 additions and 72 deletions

18
.woodpecker.yml Normal file
View File

@@ -0,0 +1,18 @@
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