Skip to content

Commit

Permalink
Add clean up step
Browse files Browse the repository at this point in the history
  • Loading branch information
building-u committed Jul 11, 2024
1 parent 56eec3f commit 20f2c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ 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
rm -rf node_modules
npm install
nohup node index.js > output.log 2>&1 &
deploy-frontend:
Expand Down

0 comments on commit 20f2c1f

Please sign in to comment.