Added DEPLOY_PATH to deploy env vars #44

Merged
robin merged 1 commits from dev into main 2026-09-06 19:23:44 +02:00
Showing only changes of commit 26e5620fc2 - Show all commits
+1
View File
@@ -58,6 +58,7 @@ jobs:
env:
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_PATH: ${{ secrets.DEPLOY_PATH }}
run: |
ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/known_hosts \
"$DEPLOY_USER@$DEPLOY_HOST" \