diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-11 22:18:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-11 22:18:52 +0100 |
commit | 8e76707c44def66d981c93a8b68a090cad50ac6c (patch) | |
tree | b67362f1a5cd97e7ee38364bedf40b69a3542db4 /cluster/staging | |
parent | 0da378d05327fe6eb30fc00d3d109331fab38866 (diff) | |
download | nixcfg-8e76707c44def66d981c93a8b68a090cad50ac6c.tar.gz nixcfg-8e76707c44def66d981c93a8b68a090cad50ac6c.zip |
fix tricot hostname on prod
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/app/core/deploy/core-service.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/core-service.hcl b/cluster/staging/app/core/deploy/core-service.hcl index 5994d89..47d63de 100644 --- a/cluster/staging/app/core/deploy/core-service.hcl +++ b/cluster/staging/app/core/deploy/core-service.hcl @@ -11,7 +11,7 @@ job "core-service" { config { packages = [ - "git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=5731ad022b62564d1364cb1928d261dac04f8914" + "git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=f7682170805b7953d23745b0414b0f7b6a133225" ] command = "d53" } |