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

This commit is contained in:
2025-11-10 11:14:40 -08:00
parent e414de1876
commit e5035a7b0d

View File

@@ -66,8 +66,8 @@ jobs:
- 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 }}
# Vite automatically makes env vars prefixed with VITE_ available in the app. The app expects VITE_API_KEY.
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
run: npm run build # This creates the 'dist' directory with static files.
- name: Deploy Frontend via Local Copy