0
I am trying to use Bitbucket Automatic Deploy via Webhook for my application. My application is PHP using Laravel platform. Good, until then I’m following this tutorial: http://www.cogumello.com/programcao/comodo-deploy-automaticom-bitbucket/comment-commentpage-1/#comment-5424
I did everything according to the tutorial, however, my application is not being updated.
In the Bitbucket Webhook logs is the result of Success, IE called correctly my URL, within the generated logs of my application is the success message, IE, executed everything correct, but the application did not update...
I don’t know what else to do..
If you want to try another approach, look at this tutorial. It is not 100% automatic, but only perform the command
git push
is already very practical. Laravel Envoy if you think the problem is in php script.– Vinicius Lourenço
Opa and ai Vinicius, I had seen this already, a lot to do I found confusing... This is very simple, apparently works.. problem is that in my case it is not updating the branch.. hahahahah
– Crazy