GitHub Integration
GitHub integration allows you to push your HTML+CSS to your GitHub repository and trigger an update to 9folds so that it will pull the updated files.
Instructions for setting up the GitHub hook:
- Create a new GitHub repository with the exact same as your site’s name. Make sure the repository owner email is the same as your 9fold’s login.
- Still on GitHub repository page, click the Admin icon and select Service Hooks. Under Post-Receive URLs add http://www.9folds.com/github/
- Go to your local terminal window, and push your new git repository to GitHub.
- The files should now update on 9folds every time you push