debian-packages/.woodpecker/build_other.yml

22 lines
418 B
YAML
Raw Normal View History

2023-04-13 03:50:01 +00:00
pipeline:
#dendrite:
# image: golang
# secrets:
# - WEBDAV_USER
# - WEBDAV_PASS
# - WEBDAV_HOST
# - WEBDAV_REPOPATH
# commands:
# - ./script/build_single.sh dendrite
2023-04-13 03:50:01 +00:00
static-deployer-git:
image: debian-pack:0.3
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 static-deployer-git
2023-04-13 03:50:01 +00:00