deploy.yml ssh command was cut off #43

Merged
robin merged 1 commits from dev into main 2026-09-06 18:26:06 +02:00
Showing only changes of commit 934e231ba7 - Show all commits
+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"