Merge pull request 'deploy.yml ssh command was cut off' (#43) from dev into main
Build and Deploy / build-and-deploy (push) Failing after 3m3s
Build and Deploy / sync-dev (push) Skipped

This commit was merged in pull request #43.
This commit is contained in:
2026-09-06 18:26:05 +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"