- Create personal access token on github with
public_repo
permission. - Install travis gem
gem install travis
. - Encrypt access token with:
travis encrypt GH_TOKEN=THEGENERATEDTOKEN -r nuprl/website
Pasting the result in the .travis.yml
file inside the env section.
- The rest should be well-enough documented by
.travis.yml
, and the associated scriptsinstall-racket.sh
anddeploy.sh
.