Fix path issue

This commit is contained in:
Matej Bačo 2025-03-09 15:07:25 +01:00
parent fed6cefa81
commit e904ab6232

View file

@ -399,7 +399,7 @@ class Builds extends Action
);
}
$tmpPath = '/tmp/builds/' . $deployment;
$tmpPath = '/tmp/builds/' . $deploymentId;
$tmpPathFile = $tmpPath . '/code.tar.gz';
$localDevice = new Local();