Skip to content

Commit

Permalink
Add environment variables for backend URL and Wallet Connect project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Feb 28, 2024
1 parent a09e37e commit 10e4b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
env:
NODE_OPTIONS: '--max_old_space_size=4096'
VITE_BACKEND_URL: ${{ vars.VITE_BACKEND_URL }}
VITE_WALLET_CONNECT_PROJECT_ID: ${{ vars.VITE_WALLET_CONNECT_PROJECT_ID }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 10e4b17

Please sign in to comment.