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 7, 2021
1 parent 39f6d96 commit 136ded3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 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 ~/app/step1/deploy.sh"
execCommand: "sh /root/app/step1/deploy.sh"
)
]
)
Expand Down
6 changes: 0 additions & 6 deletions src/main/java/com/flab/shoeauction/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}

@Bean(destroyMethod = "destroy")
public ShutdownHookConfiguration shutdownHookConfiguration() {
return new ShutdownHookConfiguration();
}

}

This file was deleted.

0 comments on commit 136ded3

Please sign in to comment.