Skip to content

Commit

Permalink
Change to branch with prom exporter settings (#192)
Browse files Browse the repository at this point in the history
Changing the branch used for the reverse proxy service to test the
configuration of the metrics exporting.

This is related to #183
  • Loading branch information
LDiazN authored Feb 20, 2025
1 parent 67cb1e4 commit a410626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ module "ooniapi_reverseproxy_deployer" {

service_name = "reverseproxy"
repo = "ooni/backend"
branch_name = "master"
branch_name = "add-prom-export-rev-proxy"
buildspec_path = "ooniapi/services/reverseproxy/buildspec.yml"
codestar_connection_arn = aws_codestarconnections_connection.oonidevops.arn

Expand Down

0 comments on commit a410626

Please sign in to comment.