diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..214adb4 --- /dev/null +++ b/.woodpecker.yml @@ -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 \ No newline at end of file