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 }}