safehousetech/Deploy to Cloud Run
An action to deploy a docker image to cloud run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| env_vars | environment variables to pass to the container. | no | — |
| secrets | Secrets required during deployment. | no | — |
| credentials_json | Credential file for GCP authentication. | yes | — |
| gcloud_args | Extra gcloud args for cloud run deployment. | no | — |
| gcp_region | The GCP region to deploy to. | yes | — |
| shared_project_id | Shared project id for shared VPC connection. | no | — |
| project_id | GCP project ID to deploy on. | yes | — |
| service_id | This is the name of service which needs to be deployed. | yes | — |
| sql_instance | SQL instance name to attach it to cloud run service. | no | — |
| set-cloudsql-instances | This is to set cloud sql instance. | no | — |
| port | Port number on which application is running. | — | 3000 |
| service_account | Service acoount to attact to cloud run service. | yes | — |
| tag | container tag | — | latest |
Outputs
no outputs