We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f7459 commit 4cdb3b5Copy full SHA for 4cdb3b5
.github/workflows/main.yml
@@ -30,5 +30,5 @@ jobs:
30
git pull origin main # GitHub에서 최신 변경 사항을 pull
31
npm install # 필요에 따라 의존성 설치
32
npm run build
33
- pm2 restart dist/app.js # 서버 재시작 (pm2 또는 다른 방법으로)
+ pm2 start dist/app.js --name my-app || pm2 restart my-app # 서버 재시작 (pm2 또는 다른 방법으로)
34
EOF
0 commit comments