ci: change the SSH authentication type to key-based
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
This commit is contained in:
parent
f894835e7b
commit
211b4c620f
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ jobs:
|
|||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
key: ${{ secrets.KEY }}
|
||||
script: deploy-next-app
|
Loading…
Reference in a new issue