pass build args for Vite

This commit is contained in:
2026-07-13 20:43:25 +02:00
parent f4ff9d8c68
commit 18f86125da
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
VITE_API_BASE_URL="https://api.chess-scribe.org/api/v1"
VITE_MATOMO_URL="https://analytics.owenrees.eu"
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="true"
VITE_MAINTENANCE_MODE_MESSAGE="ChessScribe is currently undergoing maintenance. Some features may be unavailable."