Skip to content

Commit

Permalink
fix: 배포 브랜치 변경, 스웨거 도메인 추가 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 6, 2024
1 parent 94a1a62 commit 65d38b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Production 배포
on:
push:
branches:
- feature/76-kan-131-cicd
- main
env:
DOCKERHUB_USERNAME: meonghanyang
DOCKERHUB_IMAGE_NAME: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public OpenAPI openAPI() {

Server productionServer = new Server();
productionServer.setDescription("Production Server");
productionServer.setUrl("https://my-server-name.com");
productionServer.setUrl("https://api.meonghanyang.kro.kr");

Server localServer = new Server();
localServer.setDescription("Local Server");
Expand Down

0 comments on commit 65d38b4

Please sign in to comment.