diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4a9959d..8464410 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: - name: Build Project run: npm run build # 🎯 Vite 會在這裡讀取剛剛產生的 .env.production,把網址寫死進去! - + - name: Stream Dist out of Container run: | tar -czf - -C dist . | nc -w 3 localhost 9999 || true