post-deploy fixins
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m46s

This commit is contained in:
2025-11-10 10:57:31 -08:00
parent 51c3d9c146
commit 4fc830a623
7 changed files with 970 additions and 20 deletions

View File

@@ -64,6 +64,10 @@ jobs:
# --- Frontend Deployment ---
- name: Build React Application
env:
# Pass the Google GenAI API key to the build process.
# Vite automatically makes env vars prefixed with VITE_ available in the app.
VITE_GOOGLE_GENAI_API_KEY: ${{ secrets.VITE_GOOGLE_GENAI_API_KEY }}
run: npm run build # This creates the 'dist' directory with static files.
- name: Deploy Frontend via Local Copy