actions-marketplace-validations/CloudReactor AWS ECS Deployer
An action to deploy the tasks of a project to AWS ECS and CloudReactor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 5, 2025
- License
- BSD
Pinned Snippet
uses: actions-marketplace-validations/cloudreactor_aws-ecs-cloudreactor-deployer@212461f280438134146a4ae6ebb00a2f332ce08f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID for a user that has deployment privileges | yes | — |
| aws-secret-access-key | AWS Secret Access Key corresponding to the AWS Access Key ID | yes | — |
| aws-region | AWS Region | yes | — |
| cloudreactor-api-base-url | Base URL for CloudReactor API Service. Defaults to 'https://api.cloudreactor.io' if not defined in your configuration. | no | "" |
| cloudreactor-deploy-api-key | CloudReactor API Key that has Developer access for the Runtime Environment | no | "" |
| ansible-vault-password | Password to decrypt files encrypted with Ansible Vault | no | "" |
| extra-ansible-options | Space-separated list of extra options for Ansible Playbook | no | "" |
| deployment-environment | The name of the deployment environment | yes | — |
| version-signature | The version signature of the Tasks. Defaults to the commit hash (github.sha). | no | ${{ github.sha }} |
| task-names | A comma-separated list of names of Tasks to deploy, or 'ALL' for all Tasks | no | ALL |
| docker-context-dir | Path of Docker context directory, relative to the root project directory, without leading or trailing slashes. Defaults to the project root directory. | no | . |
| dockerfile-path | Path of the Dockerfile, relative to the root project directory. Defaults to 'Dockerfile' in the Docker context directory. | no | "" |
| log-level | Log level for deployer | no | INFO |
Outputs
no outputs