thailinux.techtransthai.org/.woodpecker.yml
latenightdef 1d3ee32aef
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
use hugo from normal alpine repos
2025-02-28 14:02:50 +00:00

15 lines
No EOL
354 B
YAML

when:
- branch: main
event: push
- event: tag
steps:
- name: deploy
image: alpine
commands:
- apk add git go hugo
- hugo
- rm -rf /mnt/caddy-sites/thailinux.techtransthai.org/*
- cp -r public/* /mnt/caddy-sites/thailinux.techtransthai.org
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites