Skip to content

Commit 1fe6fbf

Browse files
authored
Update main.yml 무중단 pm2 reload
1 parent 8d1cf67 commit 1fe6fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
git pull origin main # GitHub에서 최신 변경 사항을 pull
4343
npm install # 필요에 따라 의존성 설치
4444
npm run build
45-
pm2 start dist/app.js --name my-app || pm2 reload my-app # 서버 재시작 (pm2 또는 다른 방법으로)
45+
pm2 start dist/app.js --name my-app || pm2 reload my-app -f # 서버 재시작 (pm2 또는 다른 방법으로)
4646
EOF

0 commit comments

Comments
 (0)