Skip to content

Commit d6612ab

Browse files
authored
MG-182: enable debug for cdk synth and deploy (#6)
1 parent ee983b9 commit d6612ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aws-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
role-session-name: ${{ inputs.role-session-name }}
5151
role-duration-seconds: ${{ inputs.role-duration-seconds }}
5252
- name: CDK deploy
53-
run: cdk deploy --all --concurrency 5 --require-approval never
53+
run: cdk deploy --all --debug --concurrency 5 --require-approval never
5454
env:
5555
ENV: ${{ inputs.environment }}
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
env:
3030
ENV: ${{ inputs.environment }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
run: cdk synth --output ./cdk.out
32+
run: cdk synth --debug --output ./cdk.out

0 commit comments

Comments
 (0)