From 3af179b2f3a3787982aabbb86cd533901c65d6cc Mon Sep 17 00:00:00 2001 From: LeoDiazL <116020815+LeoDiazL@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:24:43 -0300 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4b3e667..b6a0707 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: 0 + - name: Go SPA uses: bitovi/github-actions-deploy-static-site-to-aws@add-cloudfront-customizable-error-response with: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}} @@ -18,7 +18,7 @@ jobs: tf_state_bucket_destroy: true #aws_resource_identifier: bitovi-devops-training-ec2-gha-example-static-site aws_site_cdn_enabled: true - aws_site_cdn_custom_error_codes: "{error_caching_min_ttl=0,error_code=403,response_code=200,response_page_path=/custom_404.html}" + aws_site_cdn_custom_error_codes: string({error_caching_min_ttl=0, error_code=403, response_code=200, response_page_path=/custom_404.html}) # You should own and have this domain available in R53 aws_r53_domain_name: bitovi-sandbox.com