post-deploy fixins
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 45s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 45s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user