We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf90439 commit dabb596Copy full SHA for dabb596
1 file changed
.github/workflows/deploy.yml
@@ -51,6 +51,9 @@ jobs:
51
- name: Terragrunt Output
52
uses: gruntwork-io/terragrunt-action@v3
53
id: terragrunt_output
54
+ env:
55
+ TERRAGRUNT_FORWARD_TF_STDOUT: 1
56
+ TERRAGRUNT_NO_COLOR: 1
57
with:
58
tg_dir: ${{ env.working_dir }}
59
tg_command: output
@@ -62,7 +65,6 @@ jobs:
62
65
63
66
# TODO: fail workflow if bucket name or distribution_id is not found
64
67
-
68
- name: Copy output to S3
69
run: aws s3 sync ./_site/ s3://${{ steps.terragrunt_step.outputs.bucket_name }} --acl public-read --delete --cache-control max-age=604800
70
0 commit comments