HelfenKannJeder / come2help

Project for recruiting and coordinating volunteer people.
http://come2.help/
GNU General Public License v3.0
3 stars 6 forks source link

Push the JSONdoc zip to gh-pages. #15

Closed jGleitz closed 8 years ago

jGleitz commented 8 years ago

The JSONdoc distributable zip will be pushed to the gh-pages branch of the source repository on GitHub if a Travis build succeeds.

To enable the automatic deploying for a repository, do the following:

  1. Go to your GitHub Personal Access Tokens Settings Page
  2. Create a token (I guess the repo right is enough) and copy it.
  3. Go to your repo on Travis. Go to Settings.
  4. Create the Environment variable GH_TOKEN. Make sure to leave "Display value in build log" off!. Paste the GitHub token as value.

Note that the script won't deploy on pull requests – which makes sense, if you think of it.

jGleitz commented 8 years ago

Is there anything that needs to be done to get this merged?

vzickner commented 8 years ago

Do you know if it is possible to set personal access tokens for organizations?

jGleitz commented 8 years ago

As far as I can see, there unfortunately is no such option.