Skip to content

Commit

Permalink
Change name of frontend-cfn.json to cloudformation (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcolo authored Jul 17, 2023
1 parent 2e122f2 commit 7b0bc79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
.flake8 @mathcolo @nathan-weinberg
deploy.sh @mathcolo @nathan-weinberg
server @austinjpaul @idreyn
server/frontend-cfn.json @mathcolo @nathan-weinberg
server/cloudformation.json @mathcolo @nathan-weinberg
server/.chalice @mathcolo @nathan-weinberg
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ npm run build-v4

pushd server/ > /dev/null
poetry export --without-hashes --output requirements.txt
poetry run chalice package --stage $CHALICE_STAGE --merge-template frontend-cfn.json cfn/
poetry run chalice package --stage $CHALICE_STAGE --merge-template cloudformation.json cfn/
aws cloudformation package --template-file cfn/sam.json --s3-bucket $BACKEND_BUCKET --output-template-file cfn/packaged.yaml
aws cloudformation deploy --template-file cfn/packaged.yaml --stack-name $CF_STACK_NAME --capabilities CAPABILITY_IAM --no-fail-on-empty-changeset --parameter-overrides \
TMFrontendHostname=$FRONTEND_HOSTNAME \
Expand Down
File renamed without changes.

0 comments on commit 7b0bc79

Please sign in to comment.