firebaseextended/Deploy to Firebase Hosting

A GitHub Action to deploy to Firebase Hosting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoTokenThe GITHUB_TOKEN secretno
firebaseServiceAccountFirebase service account JSONyes
expiresHow long should a preview live? See the preview channels docs for optionsno7d
projectIdThe project to deploy to. If you leave this blank, make sure you check in a .firebaserc fileno
channelIdThe ID of the channel to deploy to. If you leave this blank, a preview channel and its ID will be auto-generated per branch or PR.no
targetThe target name of the Hosting site to deploy to. If you leave this blank, the default target or all targets defined in the .firebaserc will be deployed to. Refer to the Hosting docs about [multiple sites](https://firebase.google.com/docs/hosting/multisites) for more information about deploy targets.no
entryPointThe location of your firebase.json file, relative to the root of your directoryno.
firebaseToolsVersionThe version of firebase-tools to use. Defaults to `latest`.nolatest
disableCommentDisable auto-commenting with the preview channel URL to the pull requestnofalse
forcePass 'true' to use the --force flag with firebase deploy. This will automatically accept any warning or prompts during deploy. Use with caution.nofalse
namedescription
urlsThe url(s) deployed to
expire_timeThe time the deployed preview urls expire
expire_time_formattedThe time the deployed preview urls expire in the UTC format
details_urlA single URL that was deployed to