From e92835e3d9e680009cc66702b7edb37dc5604f79 Mon Sep 17 00:00:00 2001 From: bandinopla <71508858+bandinopla@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:28:37 +0000 Subject: [PATCH] restart using version 18 of node --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8cddc6..68ecf15 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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..." & \ No newline at end of file