switcher-ie/Trigger Deploy
Can either trigger a deployment to a specific environment / namespace, or trigger a number of deployments based on the event which triggered it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app | The application to deploy; the repository slug. | — | — |
| environment | The environment to deploy to. Either "staging" or "production". | — | — |
| namespace | The namespace to deploy to. Only valid if `environment` is "staging". | — | — |
| sha | The commit SHA to deploy. | — | — |
| github_access_token | A GitHub Personal Access Token with `repo` | yes | — |
Outputs
| name | description |
|---|---|
| deployment | first deployment as JSON-encoded object |
| deployments | JSON-encoded array of GitHub deployments |