We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I try to deliver a ping from github to my server, I'm seeing this error. What I'm doing wrong?
Incoming Wed Jun 18 2014 18:32:59 GMT+0000 (UTC) Error while parsing post body
The config file is this one:
{ "deploys": [{ "name": "coderstv", "type": "github", "repo": "https://github.com/gabrielhpugliese/livecode", "basepath": "/home/meteor/coderstv", "command": "./dev deploy", "branch": "master" }] }
Here the github config:
The text was updated successfully, but these errors were encountered:
I think Github has changed the payload sent.
Sorry, something went wrong.
It seems the content type needs to be set to application/x-www-form-urlencoded on the webhook. I had this same issue until I set it to that.
application/x-www-form-urlencoded
No branches or pull requests
Whenever I try to deliver a ping from github to my server, I'm seeing this error. What I'm doing wrong?
The config file is this one:
Here the github config:
The text was updated successfully, but these errors were encountered: