fix: add use_insecure_cipher option for SSH
Deploy to Dev / deploy-dev (push) Failing after 1s Details

This commit is contained in:
Dev Server 2026-02-12 22:56:04 +03:00
parent 7a3fff73dd
commit 56d2f752c4
1 changed files with 2 additions and 4 deletions

View File

@ -11,13 +11,11 @@ jobs:
steps:
- name: Deploy to Dev Server
uses: appleboy/ssh-action@v1.0.0
env:
SSH_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.DEV_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script_stop: true
use_insecure_cipher: true
debug: true
script: |
set -e
@ -44,7 +42,7 @@ jobs:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.DEV_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script_stop: true
use_insecure_cipher: true
debug: true
script: |
sleep 10