From 770b13a7ed014d564af646d6d46376c85ca5cbc2 Mon Sep 17 00:00:00 2001 From: ludo Date: Tue, 7 Jan 2025 14:22:19 +0000 Subject: [PATCH] ci: fix dr_center deployment --- .github/workflows/ci_reusable.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_reusable.yaml b/.github/workflows/ci_reusable.yaml index 3c039fb09..ff2317328 100644 --- a/.github/workflows/ci_reusable.yaml +++ b/.github/workflows/ci_reusable.yaml @@ -245,5 +245,6 @@ jobs: id: deploy_dr_center run: npx @fleek-platform/cli sites deploy --config ./.fleek_dr_center.json env: + REACT_APP_VIEW_MODE: "dr_center" FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }} FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}