feat: [BUG][P1] the-nexus CI/deploy pipelines stuck — no runner matches ubuntu-latest (#1106)

Refs #1106
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 10:40:27 -04:00
parent ea3cc6b393
commit ce4f0f7eb5

View File

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