From 428a8490f81239a86d7771c2d70d18adf5f2eccc Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza <8016841+diegosouzapw@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:21:13 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20fix=20deploy-vps.yml=20=E2=80=94=20add=20?= =?UTF-8?q?DEPLOY=5FENABLED=20guard,=20remove=20broken=20Tailscale=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-vps.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-vps.yml b/.github/workflows/deploy-vps.yml index 96fc0691f9..2fbcfa3840 100644 --- a/.github/workflows/deploy-vps.yml +++ b/.github/workflows/deploy-vps.yml @@ -8,18 +8,12 @@ on: jobs: deploy: - if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} + if: >- + (github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success') + && vars.DEPLOY_ENABLED == 'true' name: Deploy OmniRoute to VPS runs-on: ubuntu-latest steps: - - name: Install Tailscale - uses: tailscale/github-action@v3 - with: - oauth-client-id: "" - oauth-secret: "" - tags: tag:ci-deploy - continue-on-error: true - - name: Deploy via SSH uses: appleboy/ssh-action@v1 with: