Simplify SSH command quoting in rsync
Deploy to Production / deploy (push) Failing after 10s Details

This commit is contained in:
Mark 2026-04-08 22:18:46 +02:00
parent 80f75afcd4
commit e045ce3363
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
--exclude=".gitea/" \
--exclude=".gitignore" \
--exclude="designs/" \
-e 'ssh -p '"$SSH_PORT"' -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no' \
-e "ssh -p ${SSH_PORT} -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no" \
./ \
${SSH_USER}@${SSH_HOST}:${TARGET_DIR}
env: