Remove hardcoded VITE_WS_URL from deployment workflow
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s

- Removed VITE_WS_URL from build env vars
- Frontend will now fetch WebSocket URL from backend API
- Fixes ws.turbotrades.dev hardcoding issue
This commit is contained in:
2026-01-11 02:36:24 +00:00
parent 4e6fef197e
commit 4bc7361946

View File

@@ -34,7 +34,6 @@ jobs:
env:
NODE_ENV: production
VITE_API_URL: https://api.turbotrades.dev
VITE_WS_URL: https://ws.turbotrades.dev
- name: Deploy to Server
run: |