aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appspec.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appspec.yml b/appspec.yml
index 9ad1dee..c8dbced 100644
--- a/appspec.yml
+++ b/appspec.yml
@@ -4,7 +4,7 @@ files:
- source: /
destination: /home/ec2-user/dep-dir
hooks:
- BeforeInstall:
+ AfterInstall:
- location: scripts/install_dependencies.sh
timeout: 300
runas: root