Fix: Update SSH deployment configuration to use password instead of key
Some checks failed
Deploy on production / deploy (push) Failing after 8s

This commit is contained in:
jobayer 2025-09-28 16:47:15 +06:00
parent e55855f018
commit 63162aa374

View File

@ -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