Skip to content

Commit

Permalink
fix ci update WS_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Mar 4, 2024
1 parent 3549cec commit a65af35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build the GitHub pages distribution
run: pnpm --filter client build
env:
VITE_WS_URL: wss://tic-tac-5-api.fly.dev/
VITE_WS_URL: wss://api.teemukoivisto.xyz/tic-tac-5/ws
VITE_API_URL: https://api.teemukoivisto.xyz/tic-tac-5

- name: Publish to Cloudflare Pages
Expand Down

0 comments on commit a65af35

Please sign in to comment.