Skip to content

Commit

Permalink
example deployment linked with main deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gojko committed May 17, 2019
1 parent adb41ba commit 2a908bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ build/output.yaml: template.yaml build/layer.zip
deploy: build/output.yaml
aws cloudformation deploy --template $< --stack-name $(STACK_NAME)
aws cloudformation describe-stacks --stack-name $(STACK_NAME) --query Stacks[].Outputs --output table

deploy-example: deploy
cd example && \
make deploy DEPLOYMENT_BUCKET=$(DEPLOYMENT_BUCKET)

0 comments on commit 2a908bc

Please sign in to comment.