This commit is contained in:
2025-10-20 12:44:36 +03:00
parent 9731fc2305
commit 35663b371d

View File

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