hapiest-deploy
Version:
A deployment tool. Initially for AWS ElasticBeanstalk but it may expand in scope over time.
32 lines • 854 B
JSON
{
"region": "us-east-1",
"s3Bucket": "myBucket",
"ebApplications": [{
"name": "web",
"ebApplicationName": "testapp-web",
"ebEnvironments": [{
"name": "staging",
"ebEnvironmentName": "testabb-web-staging",
"ebEnvironmentId": "e-asdf3acjkr",
"gitBranch": "master"
},{
"name": "production",
"ebEnvironmentName": "testabb-web-production",
"ebEnvironmentId": "e-asdf3acjkr",
"gitBranch": "master"
}]
},{
"name": "web-with-tag",
"ebApplicationName": "testapp-web",
"ebEnvironments": [{
"name": "staging",
"ebEnvironmentName": "testabb-web-staging",
"ebEnvironmentId": "e-asdf3acjkr",
"gitBranch": "master"
},{
"name": "production",
"ebEnvironmentName": "testabb-web-production",
"ebEnvironmentId": "e-asdf3acjkr"
}]
}]
}