[Flow] TYPO3.Surf with Bitbucket
Carsten Bleicker
carsten at bleicker.de
Wed Feb 19 14:07:42 CET 2014
never used surf package and have no idea how it works.
but maybe you stumple about deployment-key of bitbucket?
just an idea
Am 18.02.2014 um 16:02 schrieb Mario <mario.rexin at di-unternehmer.com>:
> Hey, I am not sure if this is the right forum for my question but as I am trying to deploy my TYPO3 Flow application I try this here. My git repository is hosted at bitbucket and so I try to define this inside my Build/Surf/TestDeployment.php like this
>
> ..
> $application = new \TYPO3\Surf\Application\TYPO3\Flow();
> $application->setDeploymentPath('/var/www/myApplication');
> $application->setOption('repositoryUrl', 'git (at) bitbucket.org:xxx/myApplication.git');
> $application->setOption('username', 'myName');
> $application->setOption('password', '123456789');
> $application->setOption('branch', 'develop');
> $application->addNode($node);
> ..
>
> When running
> /flow surf:simulate TestDeployment
> I always got the error message:
> "Got exception "Could not retrieve sha1 of git branch "develop"" rolling back."
>
> Did I do something wrong defining the application?
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
More information about the Flow
mailing list