From de010f2e73dd55b13c651f7310b01ccd34d3bd19 Mon Sep 17 00:00:00 2001 From: YeaChan05 Date: Wed, 19 Jun 2024 19:24:37 +0900 Subject: [PATCH] =?UTF-8?q?[ci]=20=EB=AF=B8=EB=B0=98=EC=98=81=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 미반영파일 지정 --- appspec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appspec.yml b/appspec.yml index 0d70f3c05..af62f1505 100644 --- a/appspec.yml +++ b/appspec.yml @@ -5,6 +5,8 @@ files: - source: / destination: /home/ec2-user/cicd overwrite: yes + ignore: + - /home/ec2-user/cicd/src/main/resources/application-prod.yml file_exists_behavior: OVERWRITE