Skip to content

Commit 22ec1bb

Browse files
committed
chore: 서버 이전
1 parent 11b2f3d commit 22ec1bb

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/CI-Sonar.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
- synchronize
99
- reopened
1010
workflow_dispatch:
11-
schedule:
12-
- cron: '00 23 * * *' # 08:00
13-
- cron: '00 11 * * *' # 20:00
1411

1512
permissions:
1613
checks: write

appspec.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ hooks:
1818
- location: scripts/run_new_was.sh
1919
timeout: 60
2020
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

scripts/health_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
fi
1616

1717

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}' ..."
1919

2020
for RETRY_COUNT in 1 2 3 4 5 6 7 8 9 10
2121
do

0 commit comments

Comments
 (0)