diff --git a/Classes/Config/Deployment.php b/Classes/Config/Deployment.php index 6452c79..3e8c2dc 100644 --- a/Classes/Config/Deployment.php +++ b/Classes/Config/Deployment.php @@ -69,7 +69,7 @@ class Deployment extends AbstractConfiguration protected function loadBasicDeployerFiles(): void { - $commonFile = realpath(__DIR__ . '/../../../../Build/vendor/deployer/deployer/recipe/common.php'); + $commonFile = realpath(__DIR__ . '/../../../../deployer/deployer/recipe/common.php'); if (file_exists($commonFile)) { require $commonFile; } @@ -117,7 +117,7 @@ class Deployment extends AbstractConfiguration protected function loadHostConfiguration(): void { // read configuration - inventory(__DIR__ . '/../../../../Build/hosts.yaml'); + inventory(__DIR__ . '/../../../../../hosts.yaml'); } protected function initializeMainTask(): void