vardario/cdk-deploy-action
This action takes a single stack instance which was created through cdk synth and deploys it to a given account.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cdk-qualifier | The cdk qualifier which was used during bootstrapping. Usually its the default value of 'hnb659fds' | yes | hnb659fds |
| deploy-account-id | The account id to deploy to | yes | — |
| deploy-region | The region to deploy to | yes | us-east-1 |
| deploy-stack-name | The stack name to deploy | yes | — |
| deploy-stack-as-name | If this is defined the stack will be deployed with this name instead of the stack name | no | — |
| deploy-role-arn | The role arn to assume during deployment | yes | — |
| cdk-output-path | The path containing the cdk output | yes | cdk.out |
Outputs
no outputs