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