Skip to content

Commit

Permalink
fix: validate CI run (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
xav committed Feb 8, 2024
1 parent 3f50d63 commit 85cdf24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/http_server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ fn build_content_security_header(domains: Vec<Domain>) -> String {

// `*.domain` doesn't match `domain` by the Content-Security-Policy spec, so
// we are specifying both.
//
// See the test for this function if you have any doubts.
[" ", proto, "*.", domain, " ", proto, domain]
});
Expand Down
1 change: 1 addition & 0 deletions terraform/res_ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "aws_iam_role" "application_role" {
})
}


# ECS Cluster, Task, Service, and Load Balancer for our app
module "ecs" {
source = "./ecs"
Expand Down

0 comments on commit 85cdf24

Please sign in to comment.