22 lines
526 B
YAML
22 lines
526 B
YAML
branch-defaults:
|
|
master:
|
|
environment: os-weather
|
|
environment-defaults:
|
|
os-weather:
|
|
branch: null
|
|
repository: null
|
|
global:
|
|
application_name: Weather
|
|
default_ec2_keyname: null
|
|
default_platform: arn:aws:elasticbeanstalk:us-west-2::platform/Node.js running on
|
|
64bit Amazon Linux/4.8.1
|
|
default_region: us-west-2
|
|
include_git_submodules: true
|
|
instance_profile: null
|
|
platform_name: null
|
|
platform_version: null
|
|
profile: eb-cli
|
|
sc: git
|
|
workspace_type: Application
|
|
deploy:
|
|
artifact: weather.zip |