Skip to content

Commit 9d275f0

Browse files
committed
add cdk bootstrap
1 parent 44f8ec1 commit 9d275f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ key-pair:
3030
aws ec2 create-key-pair --key-name {{PROJECT_SLUG}} --query 'KeyMaterial' --output text > app.pem
3131

3232
deploy-cdk:
33-
cd cdk && cdk deploy --outputs-file outputs.json
33+
cd cdk && cdk bootstrap && cdk deploy --outputs-file outputs.json
3434

3535
venv:
3636
python -m venv .venv

0 commit comments

Comments
 (0)