Skip to content

Commit

Permalink
[DEPLOY] appsepc.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Aug 31, 2024
1 parent 8f521e6 commit 396641d
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ permissions:
group: ubuntu

hooks:
ApplicationStart:
- location: scripts/run_new_was.sh
timeout: 180
runas: ubuntu
- location: scripts/health_check.sh
timeout: 180
# ApplicationStart:
# - location: scripts/run_new_was.sh
# timeout: 180
# runas: ubuntu
# - location: scripts/health_check.sh
# timeout: 180
# runas: ubuntu
# - location: scripts/switch.sh
# timeout: 180
# runas: ubuntu
AfterInstall:
- location: scripts/stop.sh
timeout: 60
runas: ubuntu
- location: scripts/switch.sh
timeout: 180
ApplicationStart:
- location: scripts/start.sh
timeout: 60
runas: ubuntu

0 comments on commit 396641d

Please sign in to comment.