1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Fix realtime logs container name

This commit is contained in:
Matej Bačo 2023-10-04 10:16:02 +02:00
parent c0f44537cd
commit 891960a977

View file

@ -113,7 +113,7 @@ class Executor
) {
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
$runtimeId = "$projectId-$deploymentId";
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes/{$runtimeId}/logs";
$params = [
'timeout' => $timeout