harisumiran/Deploy to Firebase Hosting
Deploys a pre-built static directory to a Firebase Hosting target and trims old releases to keep the site history lean.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- None
Pinned Snippet
uses: harisumiran/deploy-to-firebase-action@18314c0c492f237dc77ff8b8ca05c31c28726ab8 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| firebase_project_id | Firebase project ID (e.g. career-portal-prod) | yes | — |
| hosting_target | Firebase Hosting site ID (e.g. career-portal) | yes | — |
| service_account | Firebase service account JSON (contents, not a file path) | yes | — |
| build_dir | Directory containing the built files to deploy (e.g. dist) | yes | — |
| keep_releases | Number of releases to keep. Older ones are deleted. | no | 2 |
| headers | JSON array of Firebase Hosting header rules to apply (optional) | no | [] |
| rewrites | JSON array of Firebase Hosting rewrite rules to apply (optional) | no | [] |
Outputs
| name | description |
|---|---|
| deploy_url | The live Firebase Hosting URL after deploy |