Skip to content

Commit

Permalink
chore: 서버 이전
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Apr 18, 2024
1 parent 11b2f3d commit 22ec1bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI-Sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- synchronize
- reopened
workflow_dispatch:
schedule:
- cron: '00 23 * * *' # 08:00
- cron: '00 11 * * *' # 20:00

permissions:
checks: write
Expand Down
12 changes: 6 additions & 6 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - location: scripts/health_check.sh
# timeout: 60
# runas: ec2-user
# - location: scripts/switch.sh
# timeout: 60
# runas: ec2-user
2 changes: 1 addition & 1 deletion scripts/health_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22ec1bb

Please sign in to comment.