Robo\RoboFileFixture::testDeploy PHP Метод

testDeploy() публичный Метод

public testDeploy ( )
    public function testDeploy()
    {
        $gitTask = $this->taskGitStack()->pull();
        $this->taskSshExec('mysite.com')->remoteDir('/var/www/somesite')->exec($gitTask)->run();
    }