add parameter ssh key passphrase to workflow
Some checks failed
Deploy controllers / upload (push) Has been cancelled
Some checks failed
Deploy controllers / upload (push) Has been cancelled
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user