8 lines
248 B
YAML
8 lines
248 B
YAML
|
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
|