debian-packages/.woodpecker/build_other.yml

22 lines
409 B
YAML
Raw Normal View History

2023-04-13 03:50:01 +00:00
pipeline:
dendrite:
image: golang
2023-04-13 04:41:49 +00:00
secrets:
- WEBDAV_USER
- WEBDAV_PASS
- WEBDAV_HOST
- WEBDAV_REPOPATH
2023-04-13 03:50:01 +00:00
commands:
2023-04-13 04:41:49 +00:00
- ./script/build_single.sh dendrite
2023-04-13 03:50:01 +00:00
static-deployer-git:
2023-04-13 04:41:49 +00:00
image: debian-pack:0.1
secrets:
- WEBDAV_USER
- WEBDAV_PASS
- WEBDAV_HOST
- WEBDAV_REPOPATH
2023-04-13 03:50:01 +00:00
commands:
2023-04-13 04:41:49 +00:00
- ./script/build_single.sh static-deployer-git
2023-04-13 03:50:01 +00:00