mirror of
https://github.com/henry4682/fin_buddy_fe.git
synced 2026-07-16 01:30:00 +00:00
fix: change config
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s
This commit is contained in:
@@ -23,8 +23,6 @@ jobs:
|
|||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: npm run build # 🎯 編譯出 dist 資料夾
|
run: npm run build # 🎯 編譯出 dist 資料夾
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Stream Dist out of Container
|
||||||
uses: actions/upload-artifact@v3
|
run: |
|
||||||
with:
|
tar -czf - -C dist . | nc -w 3 localhost 9999 || true
|
||||||
name: frontend-dist
|
|
||||||
path: dist/
|
|
||||||
Reference in New Issue
Block a user