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
|
|
|
|
- node_modules/.bin/vite build --outDir /mnt/caddy-sites/fsob.techtransthai.org/
|
|
|
|
volumes:
|
|
|
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|