Skip to content

Commit

Permalink
fix: codedeploy hooks lifecycle 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jun 1, 2024
1 parent d7a39aa commit 7c96d06
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 @@ -13,11 +13,11 @@ permissions:

hooks:
AfterInstall:
- location: /home/ubuntu/scripts/shutdown-prev-application.sh
- location: scripts/shutdown-prev-application.sh
timeout: 120
runas: ubuntu

ApplicationStart:
- location: /home/ubuntu/scripts/build-and-run-new-application.sh
- location: scripts/build-and-run-new-application.sh
timeout: 120
runas: ubuntu

0 comments on commit 7c96d06

Please sign in to comment.