Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlGhaderi authored Dec 8, 2024
1 parent 7ca64b1 commit e438a59
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}

script: |
cd /home/project/test-nest-snapp/SnappFood-Nestjs
git pull
npm install
npm run build
npm run start
bash -c '
cd /home/project/test-nest-snapp/SnappFood-Nestjs
git pull
npm install
npm run build
npm run start
'

0 comments on commit e438a59

Please sign in to comment.