fifty-shades-of-bully/.woodpecker.yml

8 lines
287 B
YAML
Raw Normal View History

2024-11-20 19:30:19 +00:00
steps:
- name: techtransthai-simple-deploy
2024-11-20 19:34:12 +00:00
image: docker.io/library/node:alpine
2024-11-20 19:30:19 +00:00
commands:
- npm i
2024-11-20 19:36:20 +00:00
- node_modules/.bin/vite build --emptyOutDir --outDir /mnt/caddy-sites/fsob.techtransthai.org/
2024-11-20 19:30:19 +00:00
volumes:
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites