Move the strawboss config to the right place.

This commit is contained in:
Jonathan Bernard 2019-04-06 19:50:29 -05:00
parent c111bd8e6e
commit fcf0cf18f6

View File

@ -20,12 +20,14 @@
"deployApi": { "deployApi": {
"containerImage": "garland/aws-cli-docker", "containerImage": "garland/aws-cli-docker",
"cmdInput": [], "cmdInput": [],
"depends": ["buildApi"] "depends": ["buildApi"],
"expectedEnv": ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION"]
}, },
"deployWeb": { "deployWeb": {
"containerImage": "garland/aws-cli-docker", "containerImage": "garland/aws-cli-docker",
"cmdInput": [], "cmdInput": [],
"depends": ["buildWeb"] "depends": ["buildWeb"],
"expectedEnv": ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_REGION"]
} }
} }
} }