From 3ce8096d63e1224b17e761adf88f65a6947c03ba Mon Sep 17 00:00:00 2001 From: Ichitux Date: Tue, 17 Mar 2026 16:06:02 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ad40cbb..9a22b67 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -38,21 +38,3 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm test - - deploy: - needs: build - runs-on: [self-hosted, linux] - if: github.ref == 'refs/heads/main' && github.event_name == 'push' - - steps: - - name: PM2 Deployment - uses: victorargento/pm2-deployment@0.1 - with: - build: true - host: 192.168.1.102 - username: root - port: 22 - remote-path: /home/zouklambadabcn.com/public_html - pm2-id: ZLB - env: - DEPLOY_PASSWORD: ${{ secrets.DEPLOY_PASSWORD }}