Skip to content

Commit

Permalink
restart using version 18 of node
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Sep 22, 2024
1 parent a22667c commit e92835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.PASS }}
port: ${{ secrets.SSH_PORT }}
script: |
source /home/${{ secrets.USER }}/nodevenv/wxr-server-staging/14/bin/activate
source /home/${{ secrets.USER }}/nodevenv/wxr-server-staging/18/bin/activate
cd /home/${{ secrets.USER }}/wxr-server-staging
npm ci --production
nohup kill $(ps aux | grep "wxr-server-staging" | awk '{print $2}') 2> /dev/null || echo "It was not running... anyway..." &

0 comments on commit e92835e

Please sign in to comment.