clevyr/Deployment Matrix Action
Outputs a matrix that deploys code to the correct environment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| envs | Environment mapping | no | prod: master dev: dev stage: stage test: test |
| jobs | List/CSV of jobs to deploy per environment. | no | app |
Outputs
| name | description |
|---|---|
| matrix | Matrix JSON to be used in another job. |
| count | Count of matching environments. |