From 22ec1bb7493f29ee9506630f7a30bbd01f6389eb Mon Sep 17 00:00:00 2001 From: dldmsql Date: Thu, 18 Apr 2024 22:20:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=84=9C=EB=B2=84=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-Sonar.yml | 3 --- appspec.yml | 12 ++++++------ scripts/health_check.sh | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI-Sonar.yml b/.github/workflows/CI-Sonar.yml index db10ea06..7ec4fdff 100644 --- a/.github/workflows/CI-Sonar.yml +++ b/.github/workflows/CI-Sonar.yml @@ -8,9 +8,6 @@ on: - synchronize - reopened workflow_dispatch: - schedule: - - cron: '00 23 * * *' # 08:00 - - cron: '00 11 * * *' # 20:00 permissions: checks: write diff --git a/appspec.yml b/appspec.yml index 4d0ebc94..89bc07f0 100644 --- a/appspec.yml +++ b/appspec.yml @@ -18,9 +18,9 @@ hooks: - location: scripts/run_new_was.sh timeout: 60 runas: ec2-user - - location: scripts/health_check.sh - timeout: 60 - runas: ec2-user - - location: scripts/switch.sh - timeout: 60 - runas: ec2-user \ No newline at end of file +# - location: scripts/health_check.sh +# timeout: 60 +# runas: ec2-user +# - location: scripts/switch.sh +# timeout: 60 +# runas: ec2-user \ No newline at end of file diff --git a/scripts/health_check.sh b/scripts/health_check.sh index 4b933211..38e38851 100644 --- a/scripts/health_check.sh +++ b/scripts/health_check.sh @@ -15,7 +15,7 @@ else fi -echo "> Start health check of WAS at 'http://127.0.0.1:${TARGET_PORT}' ..." +echo "> Start health check of WAS at 'http://52.78.62.13:${TARGET_PORT}' ..." for RETRY_COUNT in 1 2 3 4 5 6 7 8 9 10 do