thailinux.techtransthai.org/.woodpecker.yml
latenightdef 53acc13b61
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update ci configuration
2025-02-28 13:58:07 +00:00

15 lines
No EOL
425 B
YAML

when:
- branch: main
event: push
- event: tag
steps:
- name: deploy
image: alpine
commands:
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
- hugo
- rm -rf /mnt/caddy-sites/thailinux.techtransthai.org/*
- cp -r public/* /mnt/caddy-sites/thailinux.techtransthai.org
volumes:
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites