9 lines
244 B
YAML
9 lines
244 B
YAML
|
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
|