ci: 为项目添加CI/CD功能 #30

Manually merged
remilia merged 18 commits from ci/gitea-actions into master 2025-09-26 17:14:03 +08:00
Showing only changes of commit 723c0cbb3a - Show all commits

View File

@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: nuxt-output
path: .output
path: .output/
deploy:
runs-on: ubuntu-latest
@ -54,6 +54,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: nuxt-output
path: .output
path: .output/
- name: Rsync build artifact to server
run: rsync -avz --delete .output/ remilia@192.168.86.5:/home/remilia/Jinshenwebsite/front-build