diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-19 12:53:10 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-19 12:53:10 +0200 |
commit | ff13616887d74bfa473432b68e5d576c0ff3c532 (patch) | |
tree | 7c82d01eb24db810d889fcb91f6229a1fc14010d /cluster/staging/app | |
parent | efd5ec33230027ed0fd3bb2012fe50110cdbf809 (diff) | |
download | nixcfg-ff13616887d74bfa473432b68e5d576c0ff3c532.tar.gz nixcfg-ff13616887d74bfa473432b68e5d576c0ff3c532.zip |
staging: dev garage with fixed k2v double-urlencoding
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 1fc969b..b7291cd 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage-staging" { packages = [ "#bash", # so that we can enter a shell inside container "#coreutils", - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=03efc191c1697140d24c431e88bd4964c77823e5", ] command = "garage" args = [ "server" ] |