mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
remove ray
This commit is contained in:
parent
55f957df21
commit
4f543ce20f
1 changed files with 0 additions and 1 deletions
|
|
@ -517,7 +517,6 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
|
|||
{
|
||||
$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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue