add parameter ssh key passphrase to workflow

This commit is contained in:
2026-07-09 09:51:11 +07:00
parent a6412c9688
commit 0ea56f09fa

View File

@@ -22,3 +22,4 @@ jobs:
remote_host: accone.aplikasi.web.id remote_host: accone.aplikasi.web.id
remote_user: ${{ secrets.SERVER_USER }} remote_user: ${{ secrets.SERVER_USER }}
remote_key: ${{ secrets.SERVER_SSH_KEY }} remote_key: ${{ secrets.SERVER_SSH_KEY }}
remote_key_pass: ${{ secrets.SERVER_SSH_KEY_PASSPHRASE }}