Skip to content

Commit

Permalink
Use CDK_CMD in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Nov 29, 2024
1 parent 6e5d5da commit 4d1c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy_cdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

# deploy bulk of the application
(cd cdk
npm run cdk -- deploy --require-approval never QuizAppStack
npm run ${CDK_CMD} -- deploy --require-approval never QuizAppStack
)

# get the backend API url
Expand Down

0 comments on commit 4d1c2a3

Please sign in to comment.