From aca10f4f1e251761f638ee067238ed0b23589ff2 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Thu, 29 Feb 2024 13:06:38 +0900 Subject: [PATCH] =?UTF-8?q?setting(prod-kr):=20over=20write=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index c3fa01b7..255ed896 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,6 +6,8 @@ files: destination: /home/ec2-user/app overwrite: yes +file_exists_behavior: OVERWRITE + permissions: - object: / pattern: "**" @@ -20,4 +22,4 @@ hooks: ApplicationStart: - location: scripts/start.sh timeout: 60 - runas: ec2-user \ No newline at end of file + runas: ec2-user