Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 516 Bytes

stopwatchingus

Development

Learn Jekyll

jekyll serve --watch

Deployment

We deploy via pushing to a git repository on the production server. To add the remote origin

make sure to use the correct username (e.g. jduncks, sina, thomas)

git remote add production [email protected]:/home/rritf/repos/stopwatching.us.git

Once the production server receives this, it runs jekyll build

To push to the production server simply

git push production gh-pages