Setup SSH

This commit is contained in:
2025-04-10 19:37:35 +01:00
parent d050ce20c2
commit c69a1893ff
+5
View File
@@ -42,6 +42,11 @@ jobs:
--gc \
--minify \
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
- name: Deploy to VPS
env:
SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}