diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:33:51 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-08 10:33:51 -0600 |
commit | fad0828119ee25f099ce268526d1159bd2da80ff (patch) | |
tree | 33472bc2fe58ffcd81bd87b7fe9c1be6b577bab2 | |
parent | 1be2d73a74eb599d389b94d203ca4a44a9ceff9f (diff) |
move to afterInstall Hook
-rw-r--r-- | appspec.yml | 2 |
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 |