mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 12:33:06 +00:00
fix: remove temporary cloudflared config
This commit is contained in:
@@ -40,6 +40,11 @@ class ConfigureCloudflared
|
|||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
ray($e);
|
ray($e);
|
||||||
throw $e;
|
throw $e;
|
||||||
|
} finally {
|
||||||
|
$commands = collect([
|
||||||
|
"rm -fr /tmp/cloudflared",
|
||||||
|
]);
|
||||||
|
instant_remote_process($commands, $server);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user