Skip to content

Commit dabb596

Browse files
committed
fixup
1 parent bf90439 commit dabb596

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- name: Terragrunt Output
5252
uses: gruntwork-io/terragrunt-action@v3
5353
id: terragrunt_output
54+
env:
55+
TERRAGRUNT_FORWARD_TF_STDOUT: 1
56+
TERRAGRUNT_NO_COLOR: 1
5457
with:
5558
tg_dir: ${{ env.working_dir }}
5659
tg_command: output
@@ -62,7 +65,6 @@ jobs:
6265
6366
# TODO: fail workflow if bucket name or distribution_id is not found
6467

65-
6668
- name: Copy output to S3
6769
run: aws s3 sync ./_site/ s3://${{ steps.terragrunt_step.outputs.bucket_name }} --acl public-read --delete --cache-control max-age=604800
6870

0 commit comments

Comments
 (0)