Skip to content

Commit

Permalink
chore: code deploy 이벤트 시점 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
plzprayme committed Jul 6, 2021
1 parent d8f8159 commit 3d476c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ files:
- source: /
destination: /home/ubuntu/server
hooks:
BeforeInstall:
AfterInstall:
- location: scripts/copy.sh
timeout: 60
runas: root
AfterInstall:
- location: scripts/deploy.sh
ApplicationStart:
- location: scripts/start.sh
timeout: 60
runas: root
File renamed without changes.

0 comments on commit 3d476c9

Please sign in to comment.