Skip to content

Commit 4d1c2a3

Browse files
committed
Use CDK_CMD in deploy script
1 parent 6e5d5da commit 4d1c2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy_cdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
# deploy bulk of the application
1919
(cd cdk
20-
npm run cdk -- deploy --require-approval never QuizAppStack
20+
npm run ${CDK_CMD} -- deploy --require-approval never QuizAppStack
2121
)
2222

2323
# get the backend API url

0 commit comments

Comments
 (0)