diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index df9d129..6e37d82 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage-staging" { config { packages = [ "#bash", # so that we can enter a shell inside container - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=246f7468cd18c8ef4f3c0c4c209853cd2500cc76", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c", ] command = "garage" args = [ "server" ] diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 7e31bcf..94ea43b 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -38,7 +38,7 @@ publicKey = "m9rLf+233X1VColmeVrM/xfDGro5W6Gk5N0zqcf32WY="; IP = "10.14.3.1"; lan_endpoint = "192.168.1.25:33799"; - endpoint = "90.49.20.119:33721"; + endpoint = "82.120.233.78:33721"; } { hostname = "df-pw5";