aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cluster/staging/app/garage/deploy/garage-nix2.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/staging/app/garage/deploy/garage-nix2.hcl b/cluster/staging/app/garage/deploy/garage-nix2.hcl
index 5baf797..a137881 100644
--- a/cluster/staging/app/garage/deploy/garage-nix2.hcl
+++ b/cluster/staging/app/garage/deploy/garage-nix2.hcl
@@ -24,8 +24,8 @@ job "garage-staging" {
config {
packages = [
- "bash", # so that we can enter a shell inside container
- "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=nix-remove-system&rev=60c26fbc628d7b450ae39214b578ab6a30583d5c",
+ "#bash", # so that we can enter a shell inside container
+ "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=19bdd1c7992f907c9bd518462054f56e28a2e45b",
]
command = "garage"
args = [ "server" ]
@@ -158,7 +158,7 @@ job "garage-staging" {
restart {
interval = "5m"
attempts = 10
- delay = "15s"
+ delay = "1m"
mode = "delay"
}
}