diff --git a/.github/workflows/deploy_client.yaml b/.github/workflows/deploy_client.yaml index 02cdbc9..3ee5e1a 100644 --- a/.github/workflows/deploy_client.yaml +++ b/.github/workflows/deploy_client.yaml @@ -17,4 +17,4 @@ jobs: ssh \ -o 'StrictHostKeyChecking no' \ -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} \ - 'cd /kmp/camprotec/cam-professional && git checkout main && git pull && cd client && npm i --force && npm run build && pm2 restart 23' \ No newline at end of file + 'cd /kmp/camprotec/cam-professional && git checkout main && git pull && cd client && npm i --force && npm run build && pm2 restart 22'