docs.techtransthai.org/.woodpecker.yml

8 lines
237 B
YAML
Raw Normal View History

2025-02-28 05:42:25 +07:00
steps:
- name: techtransthai-simple-deploy
image: alpine
commands:
- apk add mkdocs
- mkdocs build -d /mnt/caddy-sites/docs.techtransthai.org/
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites