add woodpecker ci
This commit is contained in:
parent
b4b68f5b0e
commit
4db230f289
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
- name: techtransthai-simple-deploy
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm i
|
||||||
|
- node_modules/.bin/vite build --outDir /mnt/caddy-sites/fsob.techtransthai.org/
|
||||||
|
volumes:
|
||||||
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Reference in a new issue