mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore; add logs for process env
This commit is contained in:
@@ -69,8 +69,9 @@ void app.prepare().then(async () => {
|
||||
|
||||
server.listen(PORT);
|
||||
console.log("Server Started:", PORT);
|
||||
|
||||
console.log(IS_CLOUD, process.env.IS_CLOUD);
|
||||
if (!IS_CLOUD) {
|
||||
console.log("Starting Deployment Worker");
|
||||
deploymentWorker.run();
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user