Update CI and deployment workflows to include --force flag for Fireba…#6
Conversation
…se Functions deployment
WalkthroughAdded the --force flag to firebase deploy commands within GitHub Actions workflows for CI and functions deployment. No other steps, environment variables, or flow sequences were changed. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub Actions Runner
participant FBC as Firebase CLI
participant FB as Firebase Functions
Dev->>GH: Push / Manual Dispatch / Tag
GH->>FBC: firebase deploy --only functions --token ... --force
FBC->>FB: Deploy functions (force)
FB-->>FBC: Deployment result
FBC-->>GH: Exit status
GH-->>Dev: Workflow outcome
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 📒 Files selected for processing (2)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
…se Functions deployment
Summary by CodeRabbit