fix(deployment): enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility

This commit is contained in:
Andras Bacsai
2025-07-07 12:55:35 +02:00
parent e9ca8c3559
commit 085529dc63
3 changed files with 15 additions and 6 deletions

View File

@@ -1264,7 +1264,6 @@ class Service extends BaseModel
foreach ($sorted as $env) {
$envs->push("{$env->key}={$env->real_value}");
}
ray($envs);
if ($envs->count() === 0) {
$commands[] = 'touch .env';
} else {