From bba72487ca463660940723b4d2ee5c60f43b6c9c Mon Sep 17 00:00:00 2001 From: hseong3243 Date: Tue, 12 Mar 2024 16:06:28 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20codedeploy=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=9C?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appspec.yml b/appspec.yml index 371b5d081..90c84c634 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,16 +2,16 @@ version: 0.0 os: linux files: - source: / - destination: /home/ec2-user/app/deploy + destination: /home/ubuntu/app/deploy permissions: - object: / pattern: "**" - owner: ec2-user - group: ec2-user + owner: ubuntu + group: ubuntu hooks: ApplicationStart: - location: scripts/deploy.sh timeout: 60 - runas: ec2-user + runas: ubuntu