Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulwahid211 committed Mar 11, 2024
1 parent 655cb98 commit ee2b5d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ jobs:
cd portfolio
git pull origin
npm install
npm run build
pm2 stop all
pm2 start server.js
else
git clone https://github.com/abdulwahid211/portfolio.git
cd portfolio
npm install
npm run build
pm2 start server.js
fi
echo "Deployment successful to digital ocean"

0 comments on commit ee2b5d8

Please sign in to comment.