forked from Deuxfleurs/nixcfg
updated garage and d53 on staging
This commit is contained in:
parent
8e76707c44
commit
2d55b1dfcc
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ job "core-service" {
|
|||
|
||||
config {
|
||||
packages = [
|
||||
"git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=f7682170805b7953d23745b0414b0f7b6a133225"
|
||||
"git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=86c255dfeabc60b0ef46ff78bc487c61c9548c79"
|
||||
]
|
||||
command = "d53"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ job "garage-staging" {
|
|||
config {
|
||||
packages = [
|
||||
"#bash", # so that we can enter a shell inside container
|
||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=02e8eb167efa1f08d69fe7f8e6192cde726c45aa",
|
||||
"git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=246f7468cd18c8ef4f3c0c4c209853cd2500cc76",
|
||||
]
|
||||
command = "garage"
|
||||
args = [ "server" ]
|
||||
|
|
Loading…
Reference in a new issue