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 30, 2024
1 parent 092e922 commit 1f0c287
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ permissions:
owner: ubuntu
group: ubuntu

ApplicationStart:
- location: scripts/run_new_was.sh
timeout: 180
runas: ubuntu
- location: scripts/health_check.sh
timeout: 180
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 1f0c287

Please sign in to comment.