prodvana/Record deployment
Record a deployment done externally to Prodvana.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app | A unique name for the application being deployed. An application is a collection of related services with the same set of release channels. e.g. infra, product, <company name> | yes | — |
| service | A unique name for the service being deployed, e.g. api, web | yes | — |
| release_channel | A unique name for the release channel of the service being deployed, e.g. staging, prod | yes | — |
| deployment_system | The deployment system doing the deployment | yes | github-actions |
| pending | Record the deployment in pending state instead of succeeded state, meant to be used with update-deployment-status action | — | — |
| auth_context | pvnctl auth context to use. If you're using this Action with init-pvnctl, leave as the default | yes | default |
Outputs
| name | description |
|---|---|
| deployment_id | A unique identifier for the deployment created |
| release_id | same as deployment_id, preserved for backwards compatibility |