Skip to content

Commit ec756c7

Browse files
Write env file to infrastructure/aws directory
1 parent 1328451 commit ec756c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
shell: bash
5959
env:
6060
AWS_DEFAULT_REGION: us-west-2
61-
run: python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }}
61+
run: python ${{ inputs.script_path }} --secret-id ${{ inputs.env_aws_secret_name }} --env-file ${{ inputs.dir }}/.env
6262

6363
- name: CDK Synth
6464
shell: bash

0 commit comments

Comments
 (0)