You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User creates a build URL by providing their repo URL, any configuration options. That request takes them to OAuth for Github or Bitbucket, etc, and gets a token. Token can be used to clone repo and perform build.
POST /deployments {repo: 'github.com/ripeworks/mysite.git'}
User creates a build URL by providing their repo URL, any configuration options. That request takes them to OAuth for Github or Bitbucket, etc, and gets a token. Token can be used to clone repo and perform build.
POST /deployments {repo: 'github.com/ripeworks/mysite.git'}
{deployment: 'https://jekyllbuild.com/1odkcoz0'}
Any POST sent to the final URL will trigger a build.
https://blog.github.com/2012-09-21-easier-builds-and-deployments-using-git-over-https-and-oauth/
The text was updated successfully, but these errors were encountered: