fix: change deploy.yaml
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-06-30 18:01:26 +08:00
parent ef6fda67d9
commit 9d39cac63b

View File

@@ -29,7 +29,7 @@ jobs:
- name: Build Project - name: Build Project
run: npm run build # 🎯 Vite 會在這裡讀取剛剛產生的 .env.production把網址寫死進去 run: npm run build # 🎯 Vite 會在這裡讀取剛剛產生的 .env.production把網址寫死進去
- name: Stream Dist out of Container - name: Stream Dist out of Container
run: | run: |
tar -czf - -C dist . | nc -w 3 localhost 9999 || true tar -czf - -C dist . | nc -w 3 localhost 9999 || true