Skip to content

Commit

Permalink
Update fastcd.yml
Browse files Browse the repository at this point in the history
자동 배포 완성
  • Loading branch information
chan000518 authored Aug 12, 2024
1 parent b674d52 commit 638156e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fastcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd Pironeer_Attend_Web/
pm2 stop app.js || true
git pull origin main
npm install --production
pm2 stop app || true
pm2 start app.js
sudo systemctl restart nginx

0 comments on commit 638156e

Please sign in to comment.