Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AbolfazlGhaderi/SnappFood-Nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlGhaderi committed Dec 8, 2024
2 parents 74003e6 + 5f90a70 commit 81276cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
export PATH=$PATH:/root/.nvm/versions/node/v22.12.0/bin/
cd /home/project/test-nest-snapp/SnappFood-Nestjs
git pull
npm install
npm ci
npm run build
pm2 restart nest-snappfood || pm2 start npm --name "nest-snappfood" -- run start
'

0 comments on commit 81276cd

Please sign in to comment.