epimorphics/Deployment mapper
Map a pushed git ref to a deployment environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 21, 2021
- License
- None
Pinned Snippet
uses: epimorphics/deployment-mapper@6028b129a04b7e4536e8f9feb21fb529c4b6e95f # v1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | git ref to map | yes | — |
| deploymentFile | The file specifying the deployment pattern to use | yes | deployment.yaml |
Outputs
| name | description |
|---|---|
| image | name of environment-specific image to build |
| imagebase | name of the image without environment-specific suffix |
| region | aws region to deploy to |