Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 402 Bytes

update_from_github.md

File metadata and controls

30 lines (22 loc) · 402 Bytes

Update Heroku from Github master branch

Get remote access to SurveyMoonbear

first time login needed

git push heroku master

Push master branch to Heroku

git push heroku master 

Run migration on Heroku (If there is anything new in DB)

heroku run rake db:migrate

Restart

heroku restart

Open

heroku open