fix: use key directly since secret is now visible
Deploy to Dev / deploy-dev (push) Failing after 2s Details

This commit is contained in:
Dev Server 2026-02-12 23:14:10 +03:00
parent 4dde350e59
commit b2ec252ae0
1 changed files with 1 additions and 1 deletions

View File

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