fix: use key directly in health check step
Deploy to Dev / deploy-dev (push) Failing after 2s Details

This commit is contained in:
Dev Server 2026-02-12 23:18:02 +03:00
parent 0ba0be36e6
commit eb611e809d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
with:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.DEV_USER }}
key_path: ~/.ssh/deploy_key
key: ${{ secrets.SSH_PRIVATE_KEY }}
use_insecure_cipher: true
debug: true
script: |