diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-07 11:21:51 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-07 11:21:51 +0100 |
commit | 93e66389f7cadcc6f1adb14d4080e2cd5e53ad6f (patch) | |
tree | b0592c36cbfe323f3090c911cedfec5185a3c401 /cluster | |
parent | 4e3db0cd5e8e1ef5c7653c46912c618a0c5b5530 (diff) | |
download | nixcfg-93e66389f7cadcc6f1adb14d4080e2cd5e53ad6f.tar.gz nixcfg-93e66389f7cadcc6f1adb14d4080e2cd5e53ad6f.zip |
staging: update Tricot
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/frontend/deploy/frontend-tricot.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/frontend/deploy/frontend-tricot.hcl b/cluster/staging/app/frontend/deploy/frontend-tricot.hcl index b11de94..49d5672 100644 --- a/cluster/staging/app/frontend/deploy/frontend-tricot.hcl +++ b/cluster/staging/app/frontend/deploy/frontend-tricot.hcl @@ -20,7 +20,7 @@ job "frontend" { config { packages = [ - "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=731b59a41f24ae014f86d01dd23957ad5a35b355" + "git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=752593e2747f64a8f14de3484ab085ed5f65cd40" ] command = "tricot" # cap_add = [ "net_bind_service" ] # this doesn't work for whatever reason, so we need to put user = "root" instead |