Skip to content

Commit

Permalink
hotfix-for-server
Browse files Browse the repository at this point in the history
  • Loading branch information
building-u committed Jul 11, 2024
1 parent 270542d commit 56eec3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ jobs:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install v20.10.0
nvm use v20.10.0
nvm install node
npm install -g pm2
pm2 stop all || true
pm2 start index.js --name building-u-feedback-api --watch --max-restarts=50 --restart-delay=5000 --log-date-format="YYYY-MM-DD HH:mm Z"
pm2 save
nohup node index.js > output.log 2>&1 &
deploy-frontend:
name: Deploy Frontend
Expand Down

0 comments on commit 56eec3f

Please sign in to comment.