diff --git a/appspec.yml b/appspec.yml index de827a7..e89bc3e 100644 --- a/appspec.yml +++ b/appspec.yml @@ -13,6 +13,6 @@ permissions: hooks: AfterInstall: - - location: zip/deploy.sh + - location: ./deploy.sh timeout: 600 runas: root \ No newline at end of file