Skip to content

Commit

Permalink
Fix provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Jan 29, 2018
1 parent 0aa7f74 commit ce40da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ TOTEM_BUCKET="$(aws --profile=$PROFILE cloudformation describe-stack-resource \
aws --profile=$PROFILE cloudformation deploy \
--template-file=./totem-pipeline.yml \
--s3-bucket="$TOTEM_BUCKET" \
--s3-prefix="cloudformation/totem-orchestrator/" \
--s3-prefix="cloudformation/totem-orchestrator" \
--stack-name=totem-orchestrator-pipeline-${ENVIRONMENT} \
--tags \
"app=totem-v3-orchestrator" \
"env=${ENVIRONMENT}" \
"client=meltmedia" \
"stacktype=totem-pipeline" \
--parameter-overrides \
"GitBranch=feature_pipeline" \
"GitBranch=develop" \
"GithubOauthToken=${GITHUB_OAUTH_TOKEN}" \
"WebhookSecret=${WEBHOOK_SECRET}" \
"TestGitRepo=totem-demo" \
Expand All @@ -86,7 +86,7 @@ PROFILE=[AWS_CLI_PROFILE]
ENVIRONMENT=[ENVIRONMENT]
API_ID="$(aws --profile=$PROFILE cloudformation describe-stack-resource \
--logical-resource-id=ApiGateway \
--stack-name=totem-orchestrator-development \
--stack-name=totem-orchestrator-${ENVIRONMENT} \
--output text | tail -1 | awk '{print $1}')" &&
aws --profile=$PROFILE apigateway get-export \
--rest-api-id=$API_ID \
Expand Down

0 comments on commit ce40da3

Please sign in to comment.