forked from Deuxfleurs/nixcfg
staging: deploy garage v0.9.0-rc1
This commit is contained in:
parent
2e3725e8a2
commit
525f04515e
1 changed files with 2 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue