Skip to content

Commit

Permalink
fix: server address 제거 2트
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-woong-song committed Nov 29, 2023
1 parent 153a0eb commit 81ec93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ permissions:

hooks:
AfterInstall:
- location: scripts/stop.sh
- location: ./scripts/stop.sh
timeout: 60
runas: ubuntu
ApplicationStart:
- location: scripts/start.sh
- location: ./scripts/start.sh
timeout: 60
runas: ubuntu

0 comments on commit 81ec93e

Please sign in to comment.