Skip to content

Commit

Permalink
fix: set server url
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jan 20, 2025
1 parent 2723119 commit 103148e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# Pass all repository secrets to the action
REACT_APP_WS_PORT: ${{ secrets.REACT_APP_WS_PORT }}
REACT_APP_WS_URL: ${{ secrets.REACT_APP_WS_URL }}
REACT_APP_OAUTH_URL: ${{ secrets.REACT_APP_OAUTH_URL }}
REACT_OAUTH_URL: ${{ secrets.REACT_OAUTH_URL }}
REACT_APP_CURRENT_ENVIRONMENT: preview
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
env:
REACT_APP_WS_PORT: ${{ secrets.REACT_APP_WS_PORT }}
REACT_APP_WS_URL: ${{ secrets.REACT_APP_WS_URL }}
REACT_APP_OAUTH_URL: ${{ secrets.REACT_APP_OAUTH_URL }}
REACT_APP_CURRENT_ENVIRONMENT: production
REACT_OAUTH_URL: ${{ secrets.REACT_OAUTH_URL }}
REACT_CURRENT_ENVIRONMENT: production
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down

0 comments on commit 103148e

Please sign in to comment.