Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 548 Bytes

DEPLOYMENT.md

File metadata and controls

27 lines (21 loc) · 548 Bytes

First deploy the infrastructure (pipelines and artifact buckets)

aws cloudformation deploy --template-file=infrastructure.yaml --stack-name=STACK_NAME

run

aws cloudformation list-exports

to get the the list of exports.

aws cloudformation package \
--template-file=template.yaml \
--output-template-file packaged.yaml \
--s3-bucket=YOUR_BUCKET 
aws cloudformation deploy \
--template-file=packaged.yaml \
--stack-name=SpiderwebDev \
--parameter-overrides env=dev