Fix Gitea secrets key usage.
Build and Deploy / build-and-deploy (push) Successful in 11s

This commit is contained in:
2026-06-12 15:50:10 +02:00
parent b267fb9ff1
commit c227b37892
+1 -1
View File
@@ -53,4 +53,4 @@ jobs:
rsync -avz --delete \
-e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes" \
public/ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/{{ secrets.DEPLOY_SUBDIR }}
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/${{ secrets.DEPLOY_SUBDIR }}