diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:08:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-09 11:08:33 +0100 |
commit | 850ea784e7bb96ee7af954805dab7d326f58c228 (patch) | |
tree | 9a57da460339045e92c07a74934361fe109e4cb7 /cluster/staging/app | |
parent | 6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529 (diff) | |
download | nixcfg-850ea784e7bb96ee7af954805dab7d326f58c228.tar.gz nixcfg-850ea784e7bb96ee7af954805dab7d326f58c228.zip |
staging updates
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 df9d129..6e37d82 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage-staging" { config { packages = [ "#bash", # so that we can enter a shell inside container - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=246f7468cd18c8ef4f3c0c4c209853cd2500cc76", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c", ] command = "garage" args = [ "server" ] |