From 09981f5110e20cc0cca851e353e48d874893f6bb Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Sun, 15 Mar 2026 22:32:11 +0100 Subject: [PATCH] Add RUSTYCMS_ENVIRONMENTS to deploy Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 47cfcf1..72910d2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,6 +38,7 @@ jobs: RUSTYCMS_LOCALES=${{ secrets.RUSTYCMS_LOCALES }} RUSTYCMS_CACHE_TTL_SECS=${{ secrets.RUSTYCMS_CACHE_TTL_SECS }} RUSTYCMS_STORE=${{ secrets.RUSTYCMS_STORE }} + RUSTYCMS_ENVIRONMENTS=${{ secrets.RUSTYCMS_ENVIRONMENTS }} ENVEOF # Admin UI .env aus Secrets generieren