Will not sync commits without full setup

Issue #1 resolved
Alexander Riggs created an issue

If I run:

http://domain.com/update/deploy.php

then this is the output:

BitBucket Sync
===============

Finished processing commits.

but the changes are not reflected. However, If i run:

http://domain.com/update/deploy.php?setup=mafia-street-wars

then the changes are refelected, however it requires a full update of the entire site rather than just syncing the changes.

Comments (3)

  1. Alexander Riggs reporter

    I resolved the issue myself. After looking deeper in the documentation and source, I found that the POST hook is what actually tells the script there is an update, weather or not you want to do the automatic mode.

    Great software and thanks! I spent many hours attempting to do something similar, and failed.

  2. Alexandru Lixandru repo owner

    Indeed, the post hook is what triggers the automatic sync. I'm glad you sorted it out. Let me know if you run into other issues!

  3. Simon Hagmann

    I have the same problem that sync commits are not reflected. I already spent hours to search a solution but I didn't find any. I have tried the POST hook and the Webhook (Repo Push) as well, but it doesn't work.

    @alixandru : Have you got an advice go get the commits without full setup to the webserver?

  4. Log in to comment