App\Services\Deployment\DeployCommanderInterface::deploy PHP Method

deploy() public method

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
return boolean
    public function deploy($deployment);
DeployCommanderInterface