peachjar/Trigger Deployment
Trigger a deployment of a service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token used to create the deployment. | yes | — |
| environment | The environment you want to deploy to. | yes | — |
| requiredContexts | The build steps that should have passed (default: none) | no | "" |
| description | An optional description of why the deploy is being triggered | no | Deployed as a result of a code change |
| repository | The github repository (owner/repo) that is being deployed | no | ${{ github.repository }} |
| ref | The ref that this deployment is run on | no | ${{ github.ref }} |
| payload | Additional metadata to include on the deployment | no | — |
| autoMerge | Ensure that master merges cleanly into deploy (see Github Deployment API) | no | false |
Outputs
no outputs