Skip to content

Commit

Permalink
add toolkit stackname to toolkitstackname
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Apr 17, 2024
1 parent a4be5c3 commit 6e560e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
synth:
desc: synth Stack
cmds:
- cdk synth
- cdk synth --toolkit-stack-name {{.TOOL_KIT_STACKNAME}}
vars:
ACCOUNT:
sh: aws sts get-caller-identity |jq -r .Account
Expand All @@ -38,7 +38,7 @@ tasks:
diff:
desc: CDK Diff
cmds:
- cdk diff
- cdk diff --toolkit-stack-name {{.TOOL_KIT_STACKNAME}}
silent: true
interactive: true
env:
Expand Down

0 comments on commit 6e560e7

Please sign in to comment.