Skip to content

Commit

Permalink
OpsTests : mise à jour des IPs de Clever Cloud (#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Jul 24, 2024
1 parent a45ce31 commit 29eb604
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions ops_tests/ops_tests.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ExUnit.start()

Mix.install([
{:req, "~> 0.4.8"},
{:req, "~> 0.5.4"},
{:dns, "~> 2.4.0"}
])

Expand All @@ -13,10 +13,15 @@ defmodule Transport.OpsTests do
# See https://developers.clever-cloud.com/doc/administrate/domain-names/#your-application-runs-in-the-europeparis-par-zone
@domain_name "transport.data.gouv.fr"
@clever_cloud_ip_addresses [
{46, 252, 181, 103},
{46, 252, 181, 104},
{185, 42, 117, 108},
{185, 42, 117, 109}
{91, 208, 207, 214},
{91, 208, 207, 215},
{91, 208, 207, 216},
{91, 208, 207, 217},
{91, 208, 207, 218},
{91, 208, 207, 220},
{91, 208, 207, 221},
{91, 208, 207, 222},
{91, 208, 207, 223}
]

test "correct DOMAIN_NAME for prod-worker" do
Expand Down

0 comments on commit 29eb604

Please sign in to comment.