-
Notifications
You must be signed in to change notification settings - Fork 115
Deploying The Site
Torbjörn Klatt edited this page Feb 18, 2016
·
2 revisions
In general and as long Travis-CI is operational, no specific actions have to be conducted beside pushing to the source
branch.
Nevertheless, manual deployment is still possible.
As soon as a commits have been pushed to the source
branch, Travis is informed by GitHub and will start to build the site and push the generated site on the
master
branch for deployment.
The actual procedure is implemented via the Travis configuration in .travis.yml
and the jgd
gem.
As long you have write access to the master
branch, deployment is simple as running
bundle exec jgd --branch=master [email protected]:JLESC/jlesc.github.io
in the root of the project.
Please, by all means, notify us when anything is unclear in this wiki or the in-source documentation!