actions-marketplace-validations/Beanstalk Deploy for JAR
Deploy a JAR file to AWS Elastic Beanstalk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key | AWS Access Key | yes | — |
| aws_secret_key | AWS Secret Key | yes | — |
| aws_session_token | AWS Session Token when using temporary security credentials such as when assuming a role in AWS through STS | no | — |
| region | AWS Region | yes | — |
| application_name | Beanstalk application name | yes | — |
| environment_name | Beanstalk environment name. If empty a version will be created but not deployed anywhere. | no | — |
| version_label | Version label for new Beanstalk version | yes | — |
| version_description | Version description for the new Beanstalk version | no | — |
| deployment_package | Zip file with the version to deploy. If skipped the action will deploy existing version. | no | — |
| use_existing_version_if_available | If set to "true" then the action will deploy an existing version with the given version_label if it already exists, but otherwise create the version and deploy it. | no | — |
| wait_for_deployment | Whether the action should wait for the deployment to finish and log status messages during the wait. Default is "true". If set to "false" the action will start the deployment on Beanstalk and then exit. | no | — |
| wait_for_environment_recovery | How many seconds to wait for the environment to return to Green state after deployment is finished. Default is 30 seconds. | no | — |
Outputs
no outputs