fix: new parser with SERVICE_URL_ envs

This commit is contained in:
Andras Bacsai
2024-10-10 11:46:41 +02:00
parent 290c287f7e
commit e6566d8be3
3 changed files with 5 additions and 3 deletions

View File

@@ -3181,6 +3181,7 @@ function newParser(Application|Service $resource, int $pull_request_id = 0, ?int
} elseif ($isService) {
$fqdn = generateFqdn($server, "$fqdnFor-$uuid");
}
$fqdn = str($fqdn)->replace('http://', '')->replace('https://', '');
$resource->environment_variables()->where('key', $key->value())->where($nameOfId, $resource->id)->firstOrCreate([
'key' => $key->value(),
$nameOfId => $resource->id,