Skip to content

Commit df43c5d

Browse files
committed
fix
1 parent f9c3dec commit df43c5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
- name: Validate Outputs
7373
run: |
7474
echo "Verifying CloudFront Distribution..."
75-
aws cloudfront get-distribution --id "$DIST_ID"
75+
aws cloudfront get-distribution --id "${{ steps.terragrunt_output.outputs.distribution_id }}"
7676
echo "\nVerifying S3 Bucket..."
77-
aws s3 ls | grep "$BUCKET_NAME"
77+
aws s3 ls | grep "${{ steps.terragrunt_output.outputs.bucket_name }}"
7878
7979
- name: Copy output to S3
8080
run: aws s3 sync ./_site/ s3://${{ steps.terragrunt_output.outputs.bucket_name }} --acl public-read --delete --cache-control max-age=604800

0 commit comments

Comments
 (0)