fix: remove temporary cloudflared config
This commit is contained in:
parent
2c1b3d5790
commit
55ed0f2374
@ -40,6 +40,11 @@ public function handle(Server $server, string $cloudflare_token)
|
||||
} catch (\Throwable $e) {
|
||||
ray($e);
|
||||
throw $e;
|
||||
} finally {
|
||||
$commands = collect([
|
||||
"rm -fr /tmp/cloudflared",
|
||||
]);
|
||||
instant_remote_process($commands, $server);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user