Skip to content

Commit

Permalink
Update DefaultDeployer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djamadeus committed Dec 3, 2017
1 parent cdbb274 commit 35a3a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Deployer/DefaultDeployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ private function doInstallDependencies() : void
}

$this->log('<h2>Installing Composer dependencies</>');
$this->runRemote(sprintf('APP_ENV=prod %s install %s', $this->getConfig(Option::remoteComposerBinaryPath), $this->getConfig(Option::composerInstallFlags)));
}
$this->runRemote(sprintf('APP_ENV=%s %s install %s',$this->getConfig(Option::symfonyEnvironment) , $this->getConfig(Option::remoteComposerBinaryPath), $this->getConfig(Option::composerInstallFlags)));
}

private function doInstallWebAssets() : void
{
Expand Down

0 comments on commit 35a3a31

Please sign in to comment.