Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Sep 16, 2024
1 parent 809950b commit 9d02673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

S3_BUCKET=alex-casalboni-apps

sam package --output-template-file packaged.yaml --s3-bucket $S3_BUCKET
sam package --template-file template.yml --output-template-file packaged.yml --s3-bucket $S3_BUCKET --region us-east-1

sam publish --template packaged.yaml --region us-east-1
sam publish --template packaged.yml --region us-east-1

0 comments on commit 9d02673

Please sign in to comment.