Skip to content

Commit

Permalink
deploy : CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Sep 22, 2024
1 parent d897b65 commit 26829cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Server/banchango/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ COPY ${JAR_FILE} /banchango.jar
#컨테이너 실행 명령어
#ex) java -jar -Dspring.profiles.active=prod /sejongmate.jar
ENTRYPOINT ["java","-jar","/banchango.jar"]

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class HealthCheckController {
@GetMapping
@Operation(summary = "health-check")
public ResponseEntity healthCheck() {
return ResponseEntity.ok("OK");
return ResponseEntity.ok("GOOD");
}
}

0 comments on commit 26829cd

Please sign in to comment.