fix: trailing space

This commit is contained in:
2025-09-14 10:26:05 +03:00
parent 27b674c821
commit 342c15e821

View File

@@ -70,7 +70,7 @@ runs:
run: |
mkdir -p "$(dirname "${DEPLOYMENT_PATH}")"
scp -o StrictHostKeyChecking=yes \
-o UserKnownHostsFile= ~/.ssh/known_hosts \
-o UserKnownHostsFile=~/.ssh/known_hosts \
-i ~/.ssh/id_rsa \
"${DOCKER_COMPOSE_PATH}" \
"${REMOTE_USER}@${REMOTE_HOST}:${DEPLOYMENT_PATH}"