From 1245bf74c2c8d3ed05f5221f574771fc44ca061c Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 13 Jul 2026 21:04:24 +0200 Subject: [PATCH] no string for maintenance mode --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 70f3352..8c34f08 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -36,7 +36,7 @@ jobs: VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1 VITE_MATOMO_URL=https://analytics.owenrees.eu VITE_MATOMO_SITE_ID="3" - VITE_MAINTENANCE_MODE="" + VITE_MAINTENANCE_MODE= VITE_MAINTENANCE_MODE_MESSAGE="ChessScribe is currently undergoing maintenance. Some features may be unavailable." deploy: