Skip to content

Instantly share code, notes, and snippets.

@andreidiaconu90
Created September 28, 2020 12:23
Show Gist options
  • Save andreidiaconu90/2a0b18ae68e8c6385d3339471701e1dc to your computer and use it in GitHub Desktop.
Save andreidiaconu90/2a0b18ae68e8c6385d3339471701e1dc to your computer and use it in GitHub Desktop.
simple-bash
aws cloudformation package --template-file ./my-pipeline-root.yml --output-template ./my-packed-pipeline.yml --s3-bucket $bucketName &&
aws cloudformation deploy --template-file ./my-packed-pipeline.yml --stack-name my-stack-name --capabilities CAPABILITY_NAMED_IAM --region <my-region>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment