-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…29 [chore] green-blue 무중단 배포 적용
- Loading branch information
Showing
11 changed files
with
71 additions
and
68 deletions.
There are no files selected for viewing
Submodule MVStudio-Backend
updated
198 files
Submodule MVStudio-Frontend
updated
31 files
+70 −5 | package-lock.json | |
+3 −1 | package.json | |
+0 −1 | public/vite.svg | |
+23 −10 | src/App.jsx | |
+20 −0 | src/api/member.js | |
+14 −7 | src/api/musicVideos.js | |
+58 −0 | src/api/play.js | |
+1 −0 | src/assets/image.js | |
+0 −1 | src/assets/react.svg | |
+51 −3 | src/components/Navbar.jsx | |
+45 −43 | src/components/Service.jsx | |
+8 −145 | src/components/Sidebar.jsx | |
+3 −2 | src/libs/stores/userStore.js | |
+5 −3 | src/pages/AppRouter.jsx | |
+94 −77 | src/pages/Create.jsx | |
+0 −495 | src/pages/Main.jsx | |
+0 −400 | src/pages/Mypage.jsx | |
+249 −176 | src/pages/Pay.jsx | |
+335 −284 | src/pages/Play.jsx | |
+8 −11 | src/pages/ViewChart.jsx | |
+0 −1 | src/pages/auth/Auth.jsx | |
+2 −3 | src/pages/auth/Register.jsx | |
+319 −0 | src/pages/main/Header.jsx | |
+192 −0 | src/pages/main/Main.jsx | |
+144 −0 | src/pages/main/VideoItem.jsx | |
+35 −7 | src/pages/user/EditProfile.jsx | |
+514 −0 | src/pages/user/Mypage.jsx | |
+43 −0 | src/pages/user/YtChannelRegister.jsx | |
+26 −0 | src/styles/index.css | |
+44 −0 | src/styles/player-styles.css | |
+24 −8 | src/styles/swal.config.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set $service_url "http://backend-blue:8000"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set $service_url "http://backend-green:8001"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
set $service_url "http://backend-blue:8000"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters