Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
James Conkling edited this page May 20, 2015 · 1 revision

To deploy to the staging

git push

To deploy to production at loggingroads.org

this is a bit of a hack, will clean up

  • cd into logging-roads directory
  • jekyll serve --baseurl ''
  • kill the server process (ctrl-c)
  • scp -r -P 2020 _site/ <username>@loggingroads.org:/home/james/dev/site/

Clone this wiki locally