even moar fix

This commit is contained in:
Radosław Kukuczka
2025-03-30 12:37:21 +02:00
parent c1ce9364bc
commit e2430fc590

View File

@@ -71,7 +71,7 @@ runs:
echo "DEBUG: Creating remote directory $REMOTE_DIR"
ssh -o StrictHostKeyChecking=no -i "$SSH_KEY_FILE" \
"${{ inputs.ssh_user }}@${{ inputs.ssh_host }}" \
mkdir -p "$REMOTE_DIR" && chmod -R 755 "$REMOTE_DIR"
"mkdir -p '$REMOTE_DIR' && chmod -R 755 '$REMOTE_DIR'"
echo "DEBUG: Copying contents from local '$LOCAL_DIR' to remote '$REMOTE_DIR'"
scp -o StrictHostKeyChecking=no -i "$SSH_KEY_FILE" -r "$LOCAL_DIR/"* \