Skip to content

Commit

Permalink
Merge pull request #342 from agiledev-students-fall2023/sprint/4/spik…
Browse files Browse the repository at this point in the history
…e/340/cd

to bypass nginx sudo
  • Loading branch information
hasiburratul authored Dec 4, 2023
2 parents 12040b7 + bbec8f4 commit 7a6f5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
cd /var/www/webapp/
git pull origin master
pm2 restart webapp-backend
sudo systemctl restart nginx
sudo /usr/sbin/service nginx restart

0 comments on commit 7a6f5e1

Please sign in to comment.