Skip to content

Commit

Permalink
feat : 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 18, 2024
1 parent f946ee8 commit b506053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Java CI with Gradle

on:
push:
branches: [ "develop","Backend#105/https설정2", "1차데모" ] # develop 브랜치에 푸쉬하면 스크립트 실행
branches: [ "develop","Backend#123/nodejs서버추가" ] # develop 브랜치에 푸쉬하면 스크립트 실행
pull_request:
branches: [ "develop" ] # develop 브랜치에 풀리퀘되면 스크립트 실행

Expand Down
3 changes: 2 additions & 1 deletion frontend/src/Component/Page/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ function Page() {
const ydoc = getYDocInstance(roomId);
const provider = new WebsocketProvider(
//"wss://demos.yjs.dev/ws", // 웹소켓 서버 주소, // 웹소켓 서버 주소
"ws://localhost:4000",
//"ws://localhost:4000",
"ws://nodejs:4000", //배포용
roomId, // 방 이름
ydoc
);
Expand Down

0 comments on commit b506053

Please sign in to comment.