Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svalencia014 authored Sep 2, 2023
1 parent 792f72a commit f690fd2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
run: cd /var/www/pws; yarn
- name: Build website
run: cd /var/www/pws; yarn build
- name: Select Screen
run: screen -x pws
- name: Restart nodemon
run: rs
- name: Restart pm2
run: pm2 restart pws --update-env

0 comments on commit f690fd2

Please sign in to comment.