Skip to content

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 778 Bytes

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 778 Bytes

Massages by André Website

url

http://www.massagesbyandre.com

master

This branch contains the base code - html, css, javascript and images only.

heroku

This beanch contains the configurations necessary for serving this as a Ruby app on Heroku.

Used heroku-static-site gem.

workflow

  • Make changes on main branch

  • Switch to heroku branch:

    git checkout heroku

  • Checkout changes from main branch (eg. agency.css):

    git checkout master assets/css/magister.css

  • Commit changes

    git commit -am "Commit changes"

  • Push changes to heroku

    git push heroku heroku:master

==============================