Skip to content

[BUGFIX] Wrong path for custom deployment?

Kurt Dirnbauer requested to merge dirnbauer/deployer_information:patch-1 into master

We use the extension with gitlab/surf deployment. But I got no result in Backend.

so I debugged: deployer_information/Classes/ToolbarItem/LastDeployInformation.php

private function isCustomRelease(string $releaseFilePath): bool
    {
        echo $releaseFilePath;

the resulting path was: before_path/httpdocs/app/releases/20200602105937../LAST_DEPLOY

if I remove ".." it works.

maybe this is of because my gitlab/surf setting. thanks!

Merge request reports