Docker image for AWS Beanstalk deployment with gradle
These instructions will cover usage information and for the docker container
This is a basic example for deploy jar application into AWS Elastic Beanstalk:
export AWSEB_RELEASE_VERSION="my-app-1.0.0-RELEASE.jar"
export LOCALDIR_RELEASE_VERSION="./build/libs/my-app-1.0.0-RELEASE.jar"
awseb
To deploy the artifact the following variables are needed:
AWSEB_APP_NAME: - AWS Elastickbeastalk application name
AWSEB_ENV_NAME: - AWS Elastickbeastalk environment name
AWSEB_S3_BUCKET: -- AWS S3 Bucket Name
AWSEB_S3_KEY: -- AWS S3 Bucket Key
AWSEB_RELEASE_VERSION: Name for release version file upload to AWS S3
LOCALDIR_RELEASE_VERSION: -- Location for release version file
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
* Andrés Montoya - (https://andres.codehunters.io)
This project is licensed under the MIT License - see the LICENSE.md file for details