Compare commits

...
2 Commits
Author SHA1 Message Date
robin 9d8ed99827 Merge pull request 'Added DEPLOY_PATH to deploy env vars' (#44) from dev into main
Build and Deploy / sync-dev (push) Failing after 10s
Build and Deploy / build-and-deploy (push) Successful in 5m4s
2026-09-06 19:23:43 +02:00
robin 26e5620fc2 fix: added deploy_path to deploy env vars 2026-09-06 19:23:05 +02:00
+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" \