Skip to content

Commit

Permalink
config: BE Actions 수정(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim committed Oct 31, 2024
1 parent 750c365 commit a7407fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
script: |
cd ~/deploy/clovapatra/
unzip -o dist.zip -d ./dist/
pm2 delete clovapatra || true
pm2 start dist/main.js --name clovapatra
~/.nvm/versions/node/v21.7.3/bin/pm2 delete clovapatra || true
~/.nvm/versions/node/v21.7.3/bin/pm2 start dist/main.js --name clovapatra
rm dist.zip

0 comments on commit a7407fe

Please sign in to comment.