Chore todo optimization#67
Merged
Merged
Conversation
…t to deployment workflows** - Added `production` environment context to deployment jobs in `firebase_deployment_workflow.yml`, `firebase-hosting-merge.yml`, and `firebase-hosting-pull-request.yml` to ensure proper deployment environment handling. - Implemented step to validate required environment variables in all deployment workflows: - Checks presence of critical environment variables such as `APP_TITLE`, `APP_API_URL`, multiple Firebase credentials, `OPENAI_API_KEY`, and `OPEN_WEATHER_MAP_API_KEY`. - Outputs missing variables and provides guidance for misconfiguration resolution. - Exits workflow for incomplete configurations, improving deployment reliability. - Enhanced workflow consistency by introducing environment validation across all Firebase workflows. This improves deployment robustness, prevents misconfigured environments in production, and enhances debugging clarity. Signed-off-by: Colin Michaels <colin@colinmichaels.com>
|
|
Visit the preview URL for this PR (updated for commit e70bd7f): https://colinmichaels--pr67-chore-todo-optimizat-czjwfe6x.web.app (expires Sat, 07 Mar 2026 20:25:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 825a61d1eb4d817c6dec41f3afc8f4be6955b0e3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.