fix(deployment): enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user