From fad0828119ee25f099ce268526d1159bd2da80ff Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:33:51 -0600 Subject: move to afterInstall Hook --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3