2023-04-13 03:50:01 +00:00
|
|
|
pipeline:
|
2023-04-13 05:14:18 +00:00
|
|
|
#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:
|
2023-04-13 05:14:18 +00:00
|
|
|
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
|
|
|
|