Compare commits

...
2 Commits
Author SHA1 Message Date
robin 934e231ba7 fix: deploy.yml ssh command was cut off 2026-09-06 18:25:01 +02:00
robin 1715e87c5b Merge pull request 'Moved module namespace to git.dittmar.dev' (#42) from dev into main
Build and Deploy / sync-dev (push) Skipped
Build and Deploy / build-and-deploy (push) Failing after 3m6s
2026-09-06 18:18:42 +02:00
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
DEPLOY_USER: ${{ secrets.DEPLOY_USER }}
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
run: |
ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/kn
ssh -i ~/.ssh/deploy_key -o UserKnownHostsFile=~/.ssh/known_hosts \
"$DEPLOY_USER@$DEPLOY_HOST" \
"cd $DEPLOY_PATH && git pull && docker compose up -d --build"