Marketing website for RoQua
-
Checkout the latest master and make sure you have the gems installed and website builds properly (You might run
brew install node
if nanoc complains about missing JavaScript Runtime).git pull origin master bundle install bundle exec nanoc compile
-
Start the new branch
git checkout -b new-job-opening
-
Work on your branch. Make sure it builds properly. Tip: You can use guard to do compiling for you.
bundle exec nanoc -W
-
Ensure it looks good
bundle exec nanoc view open http://localhost:3000
-
Push your branch when done.
git push -u origin new-job-opening
-
Create a new Pull Request.
-
Wait until Circle CI is done building.
-
Merge when your changes look good to your team.
Gitlab CI automatically deploys from the primary branch.