Update .github/workflows/deploy.yml

This commit is contained in:
2026-01-20 09:02:49 +01:00
parent c094bc7639
commit 037b26e9d6

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup SSH Agent - name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.VPS_KEY }}
- name: Add VPS to known_hosts - name: Add VPS to known_hosts
run: | run: |