From 44e4a0f998c966b999731a3bc914fa761112633d Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 1 Jun 2025 21:00:29 +0200 Subject: [PATCH] Add hCaptcha site key to frontend CI environment --- frontend/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.gitlab-ci.yml b/frontend/.gitlab-ci.yml index a520bed..6cfda49 100644 --- a/frontend/.gitlab-ci.yml +++ b/frontend/.gitlab-ci.yml @@ -10,6 +10,7 @@ build_frontend: script: - | cd frontend + echo "NEXT_PUBLIC_HCAPTCHA_SITE_KEY=$HCAPTCHA_SITE_KEY" > .env npm install npx next build artifacts: