We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eaff9 commit 428a637Copy full SHA for 428a637
src/LaravelDeployer/DeployFile.php
@@ -59,7 +59,8 @@ public function updateStrategy($strategy)
59
public function store()
60
{
61
$ds = DIRECTORY_SEPARATOR;
62
- $path = "vendor{$ds}reallyli{$ds}laravel-deployer{$ds}.build{$ds}deploy.php";
+ $packageName = "reallyli{$ds}laravel-unideploy";
63
+ $path = "vendor{$ds}{$packageName}{$ds}.build{$ds}deploy.php";
64
$dir = dirname($path);
65
66
if (! is_dir($dir)) {
0 commit comments