agrc/🚀 Deploy
Deploys a website to Firebase Hosting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| identity-provider | Identity Provider | yes | — |
| service-account-email | Service Account Email | yes | — |
| project-id | Project ID or alias. This also sets the firebase environment (https://firebase.google.com/docs/functions/config-env). | yes | — |
| preview | Determines if firebase deploys to a preview channel | no | no |
| prebuild-command | The command run before the app is built | no | — |
| build-command | The command used to build the app | yes | — |
| repo-token | GitHub token (e.g. secrets.GITHUB_TOKEN). This is only required if preview == 'yes' or if you are passing a value to service-now-system-id. | no | — |
| service-now-instance | the sub address to https://{service-now-instance}.service-now.com | no | — |
| service-now-table | the parent table name to write to | no | — |
| service-now-system-id | the child record id to write to | no | — |
| service-now-username | the service account name | no | — |
| service-now-password | the service account password | no | — |
| working-directory | The directory to run the build command in | no | . |
| node-version | The version of node to use | no | lts/* |
| pnpm-version | The version of PNPM to install | no | 11 |
Outputs
no outputs