Simplify SSH command quoting in rsync
Deploy to Production / deploy (push) Failing after 10s
Details
Deploy to Production / deploy (push) Failing after 10s
Details
This commit is contained in:
parent
80f75afcd4
commit
e045ce3363
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
--exclude=".gitea/" \
|
--exclude=".gitea/" \
|
||||||
--exclude=".gitignore" \
|
--exclude=".gitignore" \
|
||||||
--exclude="designs/" \
|
--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}
|
${SSH_USER}@${SSH_HOST}:${TARGET_DIR}
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue