diff --git a/appspec.yml b/appspec.yml index 8f50d187..fd2b3acd 100644 --- a/appspec.yml +++ b/appspec.yml @@ -11,6 +11,11 @@ permissions: pattern: "**" owner: ubuntu group: ubuntu + - object: /home/ubuntu/cicd/scripts + pattern: "*.sh" + owner: ubuntu + group: ubuntu + mode: 755 hooks: AfterInstall: