From ce4f0f7eb5598085205da72dd2ee6b99004dbcd2 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 10:40:27 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20[BUG][P1]=20the-nexus=20CI/deploy=20pip?= =?UTF-8?q?elines=20stuck=20=E2=80=94=20no=20runner=20matches=20ubuntu-lat?= =?UTF-8?q?est=20(#1106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #1106 Agent: groq --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index babe5c8..8185a9b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: bezalel-vps-runner steps: - name: Checkout uses: actions/checkout@v4 @@ -19,7 +19,7 @@ jobs: username: ${{ secrets.DEPLOY_USER }} key: ${{ secrets.DEPLOY_SSH_KEY }} script: | - cd ~/the-nexus || git clone http://143.198.27.163:3000/Timmy_Foundation/the-nexus.git ~/the-nexus + cd ~/the-nexus || git clone https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus.git ~/the-nexus cd ~/the-nexus git fetch origin main git reset --hard origin/main