fix: remove checkout step from workflow
Deploy to Dev / deploy-dev (push) Failing after 10s Details

This commit is contained in:
Dev Server 2026-02-12 22:34:42 +03:00
parent b34ec4509e
commit 22905e6552
1 changed files with 0 additions and 8 deletions

View File

@ -14,14 +14,6 @@ jobs:
if: github.event_name == 'push' if: github.event_name == 'push'
steps: steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy to Dev Server - name: Deploy to Dev Server
uses: appleboy/ssh-action@v1.0.0 uses: appleboy/ssh-action@v1.0.0
with: with: