diff --git a/templates/infra/deploy.bat b/templates/infra/deploy.bat index f76610a..16b0afb 100644 --- a/templates/infra/deploy.bat +++ b/templates/infra/deploy.bat @@ -1,3 +1,4 @@ cd infra npm install +npx cdk bootstrap npx cdk deploy -c stage=%1 \ No newline at end of file diff --git a/templates/infra/deploy.sh b/templates/infra/deploy.sh index 5b01844..05c4787 100644 --- a/templates/infra/deploy.sh +++ b/templates/infra/deploy.sh @@ -1,3 +1,4 @@ cd infra npm install +npx cdk bootstrap npx cdk deploy -c stage=$1 \ No newline at end of file