From f8a76b7173186ba638d417beaffaffd5c2c8d52e Mon Sep 17 00:00:00 2001 From: sangminlee98 Date: Tue, 7 May 2024 15:31:05 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20appspec.yml=EC=9D=98=20destination?= =?UTF-8?q?=EA=B3=BC=20permission=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=A9?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appspec.yml b/appspec.yml index 981c6be..3c8e62e 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,11 +2,10 @@ version: 0.0 os: linux files: - source: / - destination: /home/ubuntu/client + destination: /home/ec2-user/client overwrite: yes permissions: - object: / pattern: '**' - owner: root - group: root - mode: 775 + owner: ec2-user + group: ec2-user