From 9703a72e6c5726886779c65cdedf4a242dd3008f Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 11 May 2026 20:05:55 +0200 Subject: [PATCH] ci(nightly): wire IMPORT_HOST_DIR=/srv/familienarchiv-staging/import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The compose file now requires IMPORT_HOST_DIR or refuses to start (#526). Without this line the next nightly deploy would fail with a clear interpolation error, but it should not fail — the staging import payload already lives at this host path (rsync'd in #526). Addresses Tobias's review on #526. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/nightly.yml b/.gitea/workflows/nightly.yml index 814e6fc8..dcf349b2 100644 --- a/.gitea/workflows/nightly.yml +++ b/.gitea/workflows/nightly.yml @@ -73,6 +73,7 @@ jobs: MAIL_SMTP_AUTH=false MAIL_STARTTLS_ENABLE=false APP_MAIL_FROM=noreply@staging.raddatz.cloud + IMPORT_HOST_DIR=/srv/familienarchiv-staging/import EOF - name: Build images