diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 12:38:31 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 12:38:31 +0200 |
commit | 87303033d115c1f4da67433c5adc01577311f4c3 (patch) | |
tree | 047d2a9f3ab1efce9bde0ca409774f671cc1857c /app/backup/deploy | |
parent | 9dfff86cd2a504f3b4174f5c2498eec7f48f785a (diff) | |
download | infrastructure-87303033d115c1f4da67433c5adc01577311f4c3.tar.gz infrastructure-87303033d115c1f4da67433c5adc01577311f4c3.zip |
Debug stolon backup
Diffstat (limited to 'app/backup/deploy')
-rw-r--r-- | app/backup/deploy/backup-matrix.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/backup/deploy/backup-matrix.hcl b/app/backup/deploy/backup-matrix.hcl index 8d0eb32..1c85e38 100644 --- a/app/backup/deploy/backup-matrix.hcl +++ b/app/backup/deploy/backup-matrix.hcl @@ -7,7 +7,7 @@ job "backup_manual_matrix" { driver = "docker" config { - image = "superboum/backup_matrix:2" + image = "superboum/backup_matrix:3" volumes = [ "secrets/id_ed25519:/root/.ssh/id_ed25519", "secrets/id_ed25519.pub:/root/.ssh/id_ed25519.pub", |