Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Aug 1, 2024
1 parent e98e118 commit 3af179b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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
Expand Down

0 comments on commit 3af179b

Please sign in to comment.