diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-29 16:58:27 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-29 16:58:37 +0100 |
commit | d14fc2516cf9646147da7c77c024bd552acc3067 (patch) | |
tree | 4fd22c2c92133dcc36e40e2f5e0efe5c8531d202 /cluster/staging | |
parent | c1d307d7a97cf2f7f2ccaa1836417561c4eadb08 (diff) | |
download | nixcfg-d14fc2516cf9646147da7c77c024bd552acc3067.tar.gz nixcfg-d14fc2516cf9646147da7c77c024bd552acc3067.zip |
Upgrade tricot
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/app/core/deploy/tricot.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl index e351a29..1446359 100644 --- a/cluster/staging/app/core/deploy/tricot.hcl +++ b/cluster/staging/app/core/deploy/tricot.hcl @@ -25,7 +25,7 @@ job "core-tricot" { config { packages = [ - "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=e943fd37720f9cd0f5f2eb2e64fcdcd27d5c6a22" + "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=redirect&rev=b76b6dcbcc47ebc61848389a6b0d5d4e8d8cde48" ] command = "tricot" # cap_add = [ "net_bind_service" ] # this doesn't work for whatever reason, so we need to put user = "root" instead |