Skip to content

Instantly share code, notes, and snippets.

@ys
Created March 11, 2014 22:45
Show Gist options
  • Save ys/9496650 to your computer and use it in GitHub Desktop.
Save ys/9496650 to your computer and use it in GitHub Desktop.
curl -vvv -X POST -H 'Authorization: Token TOKEN' -H 'Accept: application/vnd.github.cannonball-preview+json' -H 'Content-Type: application/json' -d '{"ref":"master", "payload":{"heroku_app":"app"}}' https://api.github.com/repos/ys/repo/deployments
curl -vvv -X GET -H 'Authorization: Token TOKEN' -H 'Accept: application/vnd.github.cannonball-preview+json' https://api.github.com/repos/ys/repo/deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment