File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ jobs:
2424 run : cd ./apps/frontend
2525
2626 - name : Set up .env
27- run : echo 'NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
28- NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
29- NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
30- NEXT_PUBLIC_SIGNALLING_SERVICE_URL="ws://localhost:4444/"
31- NEXT_PUBLIC_HISTORY_SERVICE_URL="http://localhost:8082/"' > .env
27+ run : |
28+ echo 'NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
29+ NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
30+ NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
31+ NEXT_PUBLIC_SIGNALLING_SERVICE_URL="ws://localhost:4444/"
32+ NEXT_PUBLIC_HISTORY_SERVICE_URL="http://localhost:8082/"' > newfile.env
3233
3334
3435 - name : Set up Node.js
You can’t perform that action at this time.
0 commit comments