staging: deploy garage v0.9.2-rc1

This commit is contained in:
Alex 2024-02-29 15:32:16 +01:00
parent 5f0cec7d3e
commit ae632bfecf
1 changed files with 3 additions and 2 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=eab54b37981073651712a15334b60b2c409f2576",
# garage v0.9.2-rc1 as of 2024-02-29
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=b8c7a560ef339142607106649f8cef88def82fb8"
]
command = "garage"
args = [ "server" ]
@ -37,7 +38,7 @@ job "garage-staging" {
}
env = {
RUST_LOG = "garage=debug",
RUST_LOG = "garage=info,garage_api=debug",
}
# files currently owned by root, we don't want to chown everything