update ci configuration
This commit is contained in:
parent
b2ca1c1a2f
commit
65922bb9a0
1 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
||||||
|
when:
|
||||||
|
- branch: main
|
||||||
|
event: push
|
||||||
|
- event: tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: techtransthai-simple-deploy
|
- name: deploy
|
||||||
image: docker.io/library/node:alpine
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- node_modules/.bin/vite build --emptyOutDir --outDir /mnt/caddy-sites/fsob.techtransthai.org/
|
- npm run build
|
||||||
|
- rm -rf /mnt/caddy-sites/fsob.techtransthai.org/*
|
||||||
|
- cp -r dist/* /mnt/caddy-sites/fsob.techtransthai.org/
|
||||||
volumes:
|
volumes:
|
||||||
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Add table
Reference in a new issue