wisemen-digital/Generate Deployment Matrix
Generates a deployment matrix based on changed files (using a pre-defined filter). For each matched path it will try to lookup the key, or default to the provided default key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filter-file | Path to the filter file | yes | — |
| changes-override | Override the changes filter and provide your own set of paths (comma separated). If you provide the magic value `_all_`, it'll use all the paths from the filter file. | no | — |
| default-key | Default key (fallback value if no key is provided for a path) | no | Default |
| output-key-name | Name for the output key (defaults to `environment`) | no | environment |
Outputs
| name | description |
|---|---|
| matrix | List of combinations of paths & keys |