AppserverIo\Appserver\Core\GenericDeployment::deploy PHP Method

deploy() public method

Initializes the available applications and adds them to the container.
See also: AppserverIo\Psr\Deployment\DeploymentInterface::deploy()
public deploy ( ) : void
return void
    public function deploy()
    {
        $this->deployDatasources();
        $this->deployApplications();
    }