diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1c8154b..2a8e8db 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: #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: '[{\"error_caching_min_ttl\":\"0\",\"error_code\":\"403\",\"response_code\":\"200\",\"response_page_path\":\"/index.html\"},{\"error_caching_min_ttl\":\"0\",\"error_code\":\"404\",\"response_code\":\"200\",\"response_page_path\":\"/index.html\"}]' + aws_site_cdn_custom_error_codes: '[{\"error_caching_min_ttl\":\"0\",\"error_code\":\"403\",\"response_code\":\"200\",\"response_page_path\":\"/index.html\"},{\"error_caching_min_ttl\":\"0\",\"error_code\":\"404\",\"response_code\":\"200\",\"response_page_path\":\"/index.html\"}]' # You should own and have this domain available in R53 aws_r53_domain_name: bitovi-sandbox.com aws_r53_sub_domain_name: static-site