add ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Late Night Defender 2025-02-28 19:41:48 +07:00
parent 807a1f8a38
commit 96cacd67f4

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
- name: techtransthai-simple-deploy
image: node
commands:
- npm i
- npm run build
- cp public/* /mnt/caddy-sites/tsib.techtransthai.org/
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites