ci: change the SSH authentication type to key-based
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s

This commit is contained in:
Dorian Niemiec 2025-02-01 23:31:38 +01:00
parent f894835e7b
commit 211b4c620f

View file

@ -9,5 +9,5 @@ jobs:
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
script: deploy-next-app