diff options
author | Maximilien Richer <me@mricher.fr> | 2022-10-16 15:58:08 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-10-16 14:17:12 +0000 |
commit | 42409de1b1638f5d935831dc66ddff9a1d9ba29d (patch) | |
tree | 548f770a3df3633a042b78cccd07c57b900d1801 /cluster/prod/app/garage | |
parent | a69a71ca00591b637224cd879d26260a607b6957 (diff) | |
download | nixcfg-42409de1b1638f5d935831dc66ddff9a1d9ba29d.tar.gz nixcfg-42409de1b1638f5d935831dc66ddff9a1d9ba29d.zip |
Deploy garage on bespin
Diffstat (limited to 'cluster/prod/app/garage')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage-light.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage-light.hcl b/cluster/prod/app/garage/deploy/garage-light.hcl index 90d1cb0..94c388d 100644 --- a/cluster/prod/app/garage/deploy/garage-light.hcl +++ b/cluster/prod/app/garage/deploy/garage-light.hcl @@ -1,5 +1,5 @@ job "garage-light" { - datacenters = ["neptune"] + datacenters = ["neptune", "bespin"] type = "system" priority = 80 |