update ci configuration

This commit is contained in:
Late Night Defender 2025-02-28 13:51:17 +00:00
parent b2ca1c1a2f
commit 65922bb9a0

View file

@ -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