From d7631ec67141cf91e8629f993598f1937d27982e Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 7 Apr 2026 19:51:54 -0400 Subject: [PATCH] Fix CI: remove checkout step, runner can't resolve gitea hostname The build happens on the staging server via SSH, not in the runner container, so checkout is unnecessary. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy-staging.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy-staging.yml b/.gitea/workflows/deploy-staging.yml index 670ab4e..615bc4c 100644 --- a/.gitea/workflows/deploy-staging.yml +++ b/.gitea/workflows/deploy-staging.yml @@ -8,8 +8,6 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Build, push, and deploy to staging uses: appleboy/ssh-action@v1 with: