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:
|
||||
- name: techtransthai-simple-deploy
|
||||
image: docker.io/library/node:alpine
|
||||
- name: deploy
|
||||
image: node
|
||||
commands:
|
||||
- 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:
|
||||
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Add table
Reference in a new issue