Skip to content

Commit

Permalink
Merge pull request #35 from gooiman/fix/before-install
Browse files Browse the repository at this point in the history
fix: `BeforeInstall`을 `AfterInstall`로 변경
  • Loading branch information
EATSTEAK authored Sep 28, 2024
2 parents e3f1e48 + f299c19 commit 7ef3738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codedeploy/dev/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ files:
destination: /var/deployment
overwrite: yes
hooks:
BeforeInstall:
AfterInstall:
- location: scripts/deploy.sh
timeout: 300
runas: root
2 changes: 1 addition & 1 deletion codedeploy/prod/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ files:
destination: /var/deployment
overwrite: yes
hooks:
BeforeInstall:
AfterInstall:
- location: scripts/deploy.sh
timeout: 300
runas: root

0 comments on commit 7ef3738

Please sign in to comment.