Skip to content

Commit 2e3647b

Browse files
committed
fix: terragrunt output path
1 parent a156e9b commit 2e3647b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
- name: Read Values
7373
id: terragrunt_output
7474
run: |
75-
cd terragrunt
76-
printf "distribution_id=%s\n" $(terragrunt output --terragrunt-include-dir live distribution_id) >> "$GITHUB_OUTPUT"
77-
printf "bucket_name=%s\n" $(terragrunt output --terragrunt-include-dir live bucket_name) >> "$GITHUB_OUTPUT"
75+
cd terragrunt/live/website
76+
printf "distribution_id=%s\n" $(terragrunt output distribution_id) >> "$GITHUB_OUTPUT"
77+
printf "bucket_name=%s\n" $(terragrunt output bucket_name) >> "$GITHUB_OUTPUT"
7878
7979
- name: Build Jekyll project
8080
run: |

0 commit comments

Comments
 (0)