Now actually uses the SSH key to auth

This commit is contained in:
2024-12-28 22:27:32 +02:00
parent 3befa598c1
commit c4e28d7922

View File

@@ -25,6 +25,6 @@ jobs:
- name: Deploy to server
run: |
rsync -avz --delete dist/ website@185.170.113.195:/srv/website
rsync -avz --delete dist/ website@kyren.codes:/srv/website --rsh="ssh -i <(echo \"$SSH_PRIVATE_KEY\")"
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}