staging: deploy garage v0.9.0-rc1

This commit is contained in:
Alex 2023-10-04 10:44:17 +02:00
parent 2e3725e8a2
commit 525f04515e
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ 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=143a349f55b0c652d407019c5850313b0c95ccbd",
# garage v0.9.0-rc1
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=next&rev=2e656b541b1dd1492798e1ed764fa40868da4d6a",
]
command = "garage"
args = [ "server" ]