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