Fix: Update SSH deployment configuration to use password instead of key
Some checks failed
Deploy on production / deploy (push) Failing after 8s
Some checks failed
Deploy on production / deploy (push) Failing after 8s
This commit is contained in:
parent
e55855f018
commit
63162aa374
@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
host: ${{ secrets.PRODUCTION_SSH_HOST }}
|
||||
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
|
||||
key: ${{ secrets.PRODUCTION_SSH_KEY }}
|
||||
password: ${{ secrets.PRODUCTION_SSH_PASSWORD }}
|
||||
port: ${{ secrets.PRODUCTION_SSH_PORT }}
|
||||
script: |
|
||||
cd /home/mishealth/BD-Core-FHIR-IG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user