From 6f0b85b1584f15d1ac60a7c3997090db08fa9d7f Mon Sep 17 00:00:00 2001 From: jemin Date: Fri, 26 Apr 2024 10:40:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20appspec.yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.dev.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appspec.dev.yml b/appspec.dev.yml index 3c56f23..7cdc337 100644 --- a/appspec.dev.yml +++ b/appspec.dev.yml @@ -4,24 +4,24 @@ os: linux files: - source: / - destination: /home/ubuntu/dev + destination: /home/ec2-user/dev overwrite: yes file_exists_behavior: OVERWRITE permissions: - object: / pattern: "**" - owner: ubuntu - group: ubuntu + owner: ec2-user + group: ec2-user hooks: ApplicationStart: - location: scripts/dev/run_new_was.sh timeout: 180 - runas: ubuntu + runas: ec2-user - location: scripts/dev/health_check.sh timeout: 180 - runas: ubuntu + runas: ec2-user # - location: scripts/dev/switch.sh # timeout: 180 # runas: ubuntu \ No newline at end of file