actions-marketplace-validations/Beanstalk Deploy for JAR

Deploy a JAR file to AWS Elastic Beanstalk

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
aws_access_keyAWS Access Keyyes
aws_secret_keyAWS Secret Keyyes
aws_session_tokenAWS Session Token when using temporary security credentials such as when assuming a role in AWS through STSno
regionAWS Regionyes
application_nameBeanstalk application nameyes
environment_nameBeanstalk environment name. If empty a version will be created but not deployed anywhere.no
version_labelVersion label for new Beanstalk versionyes
version_descriptionVersion description for the new Beanstalk versionno
deployment_packageZip file with the version to deploy. If skipped the action will deploy existing version.no
use_existing_version_if_availableIf 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_deploymentWhether 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_recoveryHow many seconds to wait for the environment to return to Green state after deployment is finished. Default is 30 seconds.no

no outputs