diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-25 04:46:42 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-25 04:46:42 +0200 |
commit | 3f9ad5edc37d9a94d6232790a1b123e62c8c0ae6 (patch) | |
tree | ec2636b910c3a320ebe1d87410a469dc4ad087c5 | |
parent | ec0e483d99200bda02547e425fb5d08697f6156a (diff) | |
download | nixcfg-3f9ad5edc37d9a94d6232790a1b123e62c8c0ae6.tar.gz nixcfg-3f9ad5edc37d9a94d6232790a1b123e62c8c0ae6.zip |
Configure the final URL for Guichet
-rw-r--r-- | cluster/prod/app/guichet/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index bfd7e6d..0e46aa5 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -34,7 +34,7 @@ job "guichet" { name = "guichet" tags = [ "guichet", - "tricot guichet-new.deuxfleurs.fr", + "tricot guichet.deuxfleurs.fr", ] port = "web_port" address_mode = "host" |