File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
src/main/java/com/rtu/chalkac/global Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ version: 0.0
22os : linux
33files :
44 - source : /
5- destination : /home/ubuntu/app
6- overwrite : yes
5+ destination : /home/ec2-user/app/
76
87permissions :
98 - object : /
109 pattern : " **"
11- owner : ubuntu
12- group : ubuntu
10+ owner : ec2-user
11+ group : ec2-user
1312 mode : 755
1413
1514hooks :
16- AfterInstall :
15+ ApplicationStart :
1716 - location : scripts/deploy.sh
18- timeout : 60
19- runas : ubuntu
17+ timeout : 360
18+ runas : ec2-user
Original file line number Diff line number Diff line change 1- rootProject. name = ' Chalkac'
1+ rootProject. name = ' Chalkac'
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ public class HealthCheckController {
99
1010 @ GetMapping ("/health" )
1111 public ResponseEntity <String > healthCheck () {
12- return ResponseEntity .ok ().body ("OK" );
12+ return ResponseEntity .ok ().body ("OK! " );
1313 }
1414}
You can’t perform that action at this time.
0 commit comments