From acc0629446c78ae4f2a9c5a05634eb6603ec4fc9 Mon Sep 17 00:00:00 2001 From: wlsh44 Date: Sat, 25 Oct 2025 20:30:54 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=EC=9A=B4=EC=98=81=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index fc355f38..4eac696f 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -72,4 +72,4 @@ jobs: script_stop: true script: | sudo fuser -k -n tcp 8080 || true - nohup java -Xms256m -Xmx742m -jar -Dspring.profiles.active=prod chooz-prod.jar > ./output.log 2>&1 & + nohup java -Xms256m -Xmx742m -Dspring.profiles.active=prod -jar /home/ubuntu/chooz-prod.jar >> /home/ubuntu/output.log 2>&1 & From 19b789a48fe3762ec9b5971a34eeb78fa128781a Mon Sep 17 00:00:00 2001 From: wlsh44 Date: Sat, 25 Oct 2025 20:31:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EC=9A=B4=EC=98=81=20properties=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 --- server-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-config b/server-config index 6dbf9ebf..ffce8ef1 160000 --- a/server-config +++ b/server-config @@ -1 +1 @@ -Subproject commit 6dbf9ebf8b828de41392ec7f49653b80e6b4eb0a +Subproject commit ffce8ef11e0fd7453570cb63fa0ada64d46b2c0d