fix(workflow): finish deploy.yml

This commit is contained in:
austnv
2026-06-21 17:22:48 +03:00
parent b12c1a07c9
commit acb11b43c7
-9
View File
@@ -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: |