Fix CI: remove checkout step, runner can't resolve gitea hostname
All checks were successful
Build & Deploy Staging / build-and-deploy (release) Successful in 1m27s

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) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-07 19:51:54 -04:00
parent f6eeaed97d
commit d7631ec671

View File

@@ -8,8 +8,6 @@ jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Build, push, and deploy to staging - name: Build, push, and deploy to staging
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1
with: with: