Compare commits

..

2 commits

Author SHA1 Message Date
2c06721fa7 Merge branch 'main' of forge.techtransthai.org:latenightdef/blachp.techtransthai.org
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2024-10-06 17:52:52 +07:00
bba1d4d216 Add CI 2024-10-06 17:50:20 +07:00

8
.woodpecker.yml Normal file
View file

@ -0,0 +1,8 @@
steps:
- name: techtransthai-simple-deploy
image: alpine
commands:
- apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo
- hugo --destination /mnt/caddy-sites/blachp.techtransthai.org/public
volumes:
- /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites