We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f8ec1 commit 9d275f0Copy full SHA for 9d275f0
Makefile
@@ -30,7 +30,7 @@ key-pair:
30
aws ec2 create-key-pair --key-name {{PROJECT_SLUG}} --query 'KeyMaterial' --output text > app.pem
31
32
deploy-cdk:
33
- cd cdk && cdk deploy --outputs-file outputs.json
+ cd cdk && cdk bootstrap && cdk deploy --outputs-file outputs.json
34
35
venv:
36
python -m venv .venv
0 commit comments