remove ray

This commit is contained in:
Andras Bacsai 2023-10-27 10:43:05 +02:00
parent 55f957df21
commit 4f543ce20f

View File

@ -517,7 +517,6 @@ private function check_git_if_build_needed()
{
$this->generate_git_import_commands();
$private_key = base64_encode($this->application->private_key->private_key);
ray($private_key);
$this->execute_remote_command(
[
executeInDocker($this->deployment_uuid, "mkdir -p /root/.ssh")