From acb11b43c73343f12c5f8cd0696d73f87638643d Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 21 Jun 2026 17:22:48 +0300 Subject: [PATCH] fix(workflow): finish deploy.yml --- .gitea/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 012b5ac..64356b0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,6 @@ on: - '*' workflow_dispatch: - jobs: deploy: runs-on: ubuntu-latest @@ -29,14 +28,6 @@ jobs: uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }} - - - name: Debug SSH key - run: | - echo "Key content (first 50 chars):" - head -c 50 ~/.ssh/id_ed25519 - echo "" - echo "Key permissions:" - ls -la ~/.ssh/id_ed25519 - name: Deploy via SCP run: |