Compare commits

...

1 commit
HEAD ... main

Author SHA1 Message Date
211b4c620f ci: change the SSH authentication type to key-based
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
2025-02-01 23:31:38 +01:00

View file

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