Last active
November 13, 2019 06:11
-
-
Save nickdandakis/34b5923eb85194e75cc432513fd2cd9d to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk configuration with Dockerrun.aws.json deployment artifact
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
branch-defaults: | |
develop: | |
environment: this-web-scale-production | |
deploy: | |
artifact: Dockerrun.aws.json | |
environment-defaults: | |
this-web-scale-production: | |
branch: null | |
repository: null | |
global: | |
application_name: this-web-scale | |
default_ec2_keyname: null | |
default_platform: arn:aws:elasticbeanstalk:us-east-1::platform/Docker running on | |
64bit Amazon Linux/2.7.1 | |
default_region: us-east-1 | |
include_git_submodules: true | |
instance_profile: null | |
platform_name: null | |
platform_version: null | |
profile: null | |
sc: git | |
workspace_type: Application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment