I am using a post service to automate deployment of commits to my website. Recently I noticed that my commits were not getting posted to my website. I checked the logs, and it isn't showing any hits from BitBucket. I manually hit my deploy script and it logged the hit just fine. I set up a post service to http://posttestserver.com/post.php and did a test commit, and there was no hit from BitBucket.
It appears that the POST service is turned off, how do I turn it back on?
I am pushing my commits using SourceTree.
Well, it seems like it is working, but it is taking over an hour after I push the commit before it does the post. Why is that, before it would always do the post within seconds of when I pushed the commit...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.