Add hCaptcha site key to frontend CI environment

This commit is contained in:
2025-06-01 21:00:29 +02:00
parent 7649860b43
commit 44e4a0f998

View File

@@ -10,6 +10,7 @@ build_frontend:
script: script:
- | - |
cd frontend cd frontend
echo "NEXT_PUBLIC_HCAPTCHA_SITE_KEY=$HCAPTCHA_SITE_KEY" > .env
npm install npm install
npx next build npx next build
artifacts: artifacts: