sourcetoad/Sourcetoad - AWS CodeDeploy for GitHub Actions
Deploy projects to EC2 via CodeDeploy for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key | AWS Access Key (Required if no aws-actions/configure-aws-credentials) | no | — |
| aws_secret_key | AWS Secret Key (Required if no aws-actions/configure-aws-credentials) | no | — |
| aws_region | AWS Region | no | us-east-1 |
| s3_bucket | S3 Bucket for CodeDeploy Assets | yes | — |
| s3_folder | S3 Folder for ZIP. | yes | — |
| directory | Directory to be archived instead of entire workspace. | no | — |
| archive | Zip to be used for deployment, instead of archiving a directory. | no | — |
| custom_zip_flags | Custom flags to be passed to zip during archiving. | no | — |
| excluded_files | Files to be excluded during archiving (space delimited). | no | — |
| codedeploy_name | AWS CodeDeploy Application Name | yes | — |
| codedeploy_group | AWS CodeDeploy Application Group | yes | — |
| codedeploy_config_name | Override the AWS CodeDeploy configuration name | no | — |
| codedeploy_register_only | Whether to register the deployment (vs automatic deploy). | no | false |
| codedeploy_file_exists_behavior | What to do if the file already exists in the deployment location. Possible options are DISSALOW|OVERWRITE|RETAIN | no | DISALLOW |
| max_polling_iterations | Max amount of iterations (15s increments) to wait for a deployment | no | 60 |
| dry_run | Whether to skip all AWS related steps. | no | false |
Outputs
| name | description |
|---|---|
| zip_filename | Filename of generated zip file. |
| etag | ETag for the generated zip file reported by AWS. |
| deployment_id | The CodeDeploy deployment id |