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

View file

@ -26,7 +26,8 @@ job "garage-staging" {
packages = [ packages = [
"#bash", # so that we can enter a shell inside container "#bash", # so that we can enter a shell inside container
"#coreutils", "#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" command = "garage"
args = [ "server" ] args = [ "server" ]