itsmycargo/Deploy to Environment
Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 29, 2021
- License
- None
Pinned Snippet
uses: itsmycargo/action-deploy@7a50061bec3b29356085323abc6a659a2648981e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Environment Name | yes | — |
| branch | Reference to be deployed | yes | — |
| environment_type | Environment type (unmapped, development, testing, staging, production) | — | — |
| description | Environment Description | yes | — |
| kubeconfig | Kube Config for deployments | yes | — |
| aws-access-key-id | AWS Access Key ID for login and pushing to ECR Repository | yes | — |
| aws-secret-access-key | AWS Access Key for login and pushing to ECR Repository | yes | — |
| aws-region | AWS Region for ECR Repository | yes | — |
| role-to-assume | AWS Role to assume for deployment | yes | — |
| cloud-instance-base-url | — | yes | — |
| client-id | — | yes | — |
| client-secret | — | yes | — |
| token | — | yes | — |
| overrides | — | yes | — |
| url | Environment URL | — | — |
Outputs
| name | description |
|---|---|
| namespace | Deployed Namespace |
| url | URL of deployment |
| branch | Deployed Branch name |