diff --git a/appspec.yml b/appspec.yml index 33fc22d..28ec0c6 100644 --- a/appspec.yml +++ b/appspec.yml @@ -12,6 +12,6 @@ permissions: group: ubuntu hooks: AfterInstall: - - location: /scripts/deploy.sh + - location: scripts/deploy.sh timeout: 60 runas: ubuntu \ No newline at end of file