another attempt
Some checks failed
/ deploy (push) Failing after 42s

This commit is contained in:
Mans Ziesel 2024-04-27 19:55:44 +02:00
parent 346e05a4cd
commit 726e3b8a66

View File

@ -46,7 +46,7 @@ jobs:
- name: Deploy to server - name: Deploy to server
uses: https://github.com/appleboy/scp-action@master uses: https://github.com/appleboy/scp-action@master
env: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }} username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}