Skip to content

Commit 307dbfa

Browse files
committed
disable debug
1 parent 291ecdc commit 307dbfa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy_to_aws.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115

116116
- name: Terraform Apply for ${{ vars.ENV_NAME }}
117117
run: |
118-
ls /tmp/
119118
./deployment/infra apply
120119
env:
121120
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

deployment/terraform/cdn.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ resource "aws_cloudfront_distribution" "cdn" {
155155
lambda_arn = "${aws_lambda_function.redirect_to_s3_origin.qualified_arn}"
156156
}
157157

158-
159-
160158
compress = false
161159
viewer_protocol_policy = "redirect-to-https"
162160
min_ttl = 0
@@ -178,6 +176,7 @@ resource "aws_cloudfront_distribution" "cdn" {
178176
forward = "none"
179177
}
180178
}
179+
181180
compress = true
182181
viewer_protocol_policy = "redirect-to-https"
183182
min_ttl = 0

0 commit comments

Comments
 (0)