fix: use key directly in health check step
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
0ba0be36e6
commit
eb611e809d
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue