From 41a4f1bdedd6d782de020f912d36e07047b5c9cb Mon Sep 17 00:00:00 2001 From: parkgeonwoo <50697545+Parkgeonmoo@users.noreply.github.com> Date: Tue, 26 Dec 2023 04:07:56 +0900 Subject: [PATCH] =?UTF-8?q?Refact=20:=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 1 + deploy.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index f681e5e..a368566 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,6 +6,7 @@ files: destination: /opt/catchroom permissions: - object: /opt/catchroom/ + pattern: "**" owner: ubuntu group: ubuntu mode: 755 diff --git a/deploy.sh b/deploy.sh index 54f6f30..3974120 100644 --- a/deploy.sh +++ b/deploy.sh @@ -19,4 +19,4 @@ else fi echo "> $JAR_PATH 배포" -nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null & +nohup no > /dev/null 2> /dev/null < /dev/null &