fix: use key directly since secret is now visible
Deploy to Dev / deploy-dev (push) Failing after 2s
Details
Deploy to Dev / deploy-dev (push) Failing after 2s
Details
This commit is contained in:
parent
4dde350e59
commit
b2ec252ae0
|
|
@ -67,7 +67,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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue