Compare commits

...

2 Commits

Author SHA1 Message Date
2fb03ff818 Add deploy workflow for Gitea integration
Some checks failed
Deploy / build (push) Failing after 3s
2026-01-20 09:05:09 +01:00
037b26e9d6 Update .github/workflows/deploy.yml 2026-01-20 09:02:49 +01:00

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: |