Skip to content

Commit

Permalink
Separating ws&api
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 17, 2024
1 parent 1b3d4a8 commit 0103ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
env:
CI: false
NEXT_PUBLIC_API_URL: server.worldguessr.com
NEXT_PUBLIC_API_URL: api.worldguessr.com
NEXT_PUBLIC_WS_HOST: server.worldguessr.com
NEXT_PUBLIC_GOOGLE_CLIENT_ID: 471080734176-vm588te8pig8tnmvi00b5hr143d64qjk.apps.googleusercontent.com
# add more env vars here

Expand Down

0 comments on commit 0103ac9

Please sign in to comment.