Commit 22ec1bb 1 parent 11b2f3d commit 22ec1bb Copy full SHA for 22ec1bb
File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 8
8
- synchronize
9
9
- reopened
10
10
workflow_dispatch :
11
- schedule :
12
- - cron : ' 00 23 * * *' # 08:00
13
- - cron : ' 00 11 * * *' # 20:00
14
11
15
12
permissions :
16
13
checks : write
Original file line number Diff line number Diff line change 18
18
- location : scripts/run_new_was.sh
19
19
timeout : 60
20
20
runas : ec2-user
21
- - location : scripts/health_check.sh
22
- timeout : 60
23
- runas : ec2-user
24
- - location : scripts/switch.sh
25
- timeout : 60
26
- runas : ec2-user
21
+ # - location: scripts/health_check.sh
22
+ # timeout: 60
23
+ # runas: ec2-user
24
+ # - location: scripts/switch.sh
25
+ # timeout: 60
26
+ # runas: ec2-user
Original file line number Diff line number Diff line change 15
15
fi
16
16
17
17
18
- echo " > Start health check of WAS at 'http://127.0.0.1 :${TARGET_PORT} ' ..."
18
+ echo " > Start health check of WAS at 'http://52.78.62.13 :${TARGET_PORT} ' ..."
19
19
20
20
for RETRY_COUNT in 1 2 3 4 5 6 7 8 9 10
21
21
do
You can’t perform that action at this time.
0 commit comments