Created
May 22, 2018 02:38
-
-
Save Rutulpatel7077/2c0cb9cca16e8739d86c5e8e5fa9253c to your computer and use it in GitHub Desktop.
config file under .elasticbeanstalk folder for Circle CI and AWS
This file contains hidden or 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: | |
dev: | |
environment: testing-env | |
global: | |
application_name: testing | |
branch: null | |
default_ec2_keyname: null | |
default_platform: Node.js | |
default_region: us-east-1 | |
include_git_submodules: true | |
instance_profile: null | |
platform_name: null | |
platform_version: null | |
repository: null | |
sc: git | |
workspace_type: Application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment