From 043c49541fd8ffddc9272e06a903f3c9a601519b Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 7 Jun 2022 02:11:40 +0530 Subject: [PATCH] chore: add backend urls to staging env --- .github/workflows/deploy-staging-netlify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-staging-netlify.yml b/.github/workflows/deploy-staging-netlify.yml index 629d7153e..cdb59720f 100644 --- a/.github/workflows/deploy-staging-netlify.yml +++ b/.github/workflows/deploy-staging-netlify.yml @@ -31,6 +31,8 @@ jobs: MESSAGING_SENDER_ID: ${{ secrets.STAGING_FB_MESSAGING_SENDER_ID }} APP_ID: ${{ secrets.STAGING_FB_APP_ID }} BASE_URL: ${{ secrets.STAGING_BASE_URL }} + BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }} + BACKEND_WS_URL: ${{ secrets.STAGING_BACKEND_WS_URL }} run: pnpm run generate # Deploy the staging site with netlify-cli