From c2c42706c7ed3f2c2111cfbee004a8c2e9e1b191 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 11 May 2026 20:06:33 +0200 Subject: [PATCH] ci(release): wire IMPORT_HOST_DIR=/srv/familienarchiv-production/import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirrors the staging change. The host directory does not yet exist on the production server — first production release that consumes this will create an empty bind source via Docker's auto-create behaviour; mass import then reports "no spreadsheet found" until an operator pre-stages a payload there. Addresses Tobias's review on #526. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 3831320f..7d2d3618 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -71,6 +71,7 @@ jobs: MAIL_SMTP_AUTH=true MAIL_STARTTLS_ENABLE=true APP_MAIL_FROM=noreply@raddatz.cloud + IMPORT_HOST_DIR=/srv/familienarchiv-production/import EOF - name: Build images