Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
자동 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
kihyuk-jeong committed May 8, 2021
1 parent b77be0c commit 5b0e5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile-cd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
sourceFiles: "",
removePrefix: "",
remoteDirectory: "",
execCommand: "sh /root/app/step1/deploy.sh"
execCommand: "sh /root/app/deploy/run.sh"
)
]
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Page<UserListResponse> findByUsers(UserSearchCondition requestDto, Pageab

@GetMapping("/temp")
public String temp() {
return "KIM MOONS";
return "KIM MOON SUB!";
}

@LoginCheck(authority = UserLevel.ADMIN)
Expand Down

0 comments on commit 5b0e5cc

Please sign in to comment.