From 55be2196c02ce56f386ebc144fdba430a552a140 Mon Sep 17 00:00:00 2001 From: gomin0 Date: Tue, 30 Jul 2024 21:29:34 +0900 Subject: [PATCH] =?UTF-8?q?:recycle:=20refactor:=20appspec.yml=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: