-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Set up travis to automatically deploy to gh-pages when master is pushed #16
Comments
I can take this up! |
Actually @Widdershin I was thinking why can't we make master the gh-pages source so that we don't have to maintain another branch separately for deployment. We can change the source in settings of this repo. |
If it makes it significantly easier to get this issue done I have no qualms with that :) |
Currently what do we do? We trigger a build script and then push to branch |
BTW would need some admin access to this repo etc. for this task, I suppose. |
I don't know if this is what you need, but I use it in my project for single command deploys. This is my setup:
|
Found this useful tutorial: https://github.com/voorhoede/front-end-tooling-recipes/blob/master/travis-deploy-to-gh-pages/README.md Currently setting this up for my personal project |
https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
The text was updated successfully, but these errors were encountered: