From 298e6e9ca882960766fa8acffdd8ccb852c890be Mon Sep 17 00:00:00 2001 From: Chea-yunzi Date: Tue, 2 Dec 2025 17:32:17 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feature/mission-10/=EA=B0=90?= =?UTF-8?q?=EC=9E=90=20=EC=84=9C=EB=B2=84=20=EB=B0=B0=ED=8F=AC=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-gamja.yml | 2 ++ src/index.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gamja.yml b/.github/workflows/deploy-gamja.yml index da3e0f0..c80b3bb 100644 --- a/.github/workflows/deploy-gamja.yml +++ b/.github/workflows/deploy-gamja.yml @@ -1,3 +1,5 @@ +# deploy-gamja.yml(.github -> workflows 존재) + name: deploy-potato on: diff --git a/src/index.js b/src/index.js index 1537a8b..135d1bf 100644 --- a/src/index.js +++ b/src/index.js @@ -129,4 +129,3 @@ const PORT = process.env.PORT || 3000; app.listen(PORT, "0.0.0.0", () => console.log(`Server running on port ${PORT}`) ); -//app.listen(PORT, () => console.log(`Server running on port ${PORT}`));