We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a156e9b commit 2e3647bCopy full SHA for 2e3647b
1 file changed
.github/workflows/deploy.yml
@@ -72,9 +72,9 @@ jobs:
72
- name: Read Values
73
id: terragrunt_output
74
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"
+ cd terragrunt/live/website
+ printf "distribution_id=%s\n" $(terragrunt output distribution_id) >> "$GITHUB_OUTPUT"
+ printf "bucket_name=%s\n" $(terragrunt output bucket_name) >> "$GITHUB_OUTPUT"
78
79
- name: Build Jekyll project
80
0 commit comments