From: Jakub Czajka Date: Sun, 5 Nov 2023 22:11:54 +0000 (+0100) Subject: Deploy upload server. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=b720a3b747d8ee4948e488df2a6fc8f544b31c51;p=turnup.git Deploy upload server. --- diff --git a/storage_drive.yaml b/storage_drive.yaml index acdf6e4..4e6febe 100644 --- a/storage_drive.yaml +++ b/storage_drive.yaml @@ -49,6 +49,7 @@ with_items: - drive_auth.service - drive_download.service + - drive_upload.service - psql_backup.service - psql_backup.timer - storage_drive.service @@ -63,6 +64,7 @@ - download.sh - psql_backup.sh - storage_drive.sh + - upload.sh - name: Enable services systemd: name: "{{ item }}" @@ -73,4 +75,5 @@ with_items: - drive_auth.service - drive_download.service + - drive_upload.service - storage_drive.service