Skip to content

Commit

Permalink
FEAT deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunwoo0110 authored Nov 3, 2023
1 parent c9257f1 commit 3e9fcdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
git pull origin main
npm install --force
pm2 list
pm2 kill
pm2 list
pm2 start "npm run dev"
pm2 restart "npm run dev"
pm2 list

0 comments on commit 3e9fcdf

Please sign in to comment.