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}`));