Getting the Noir Blog onto Heroku
Continuing in my series of posts incase anything I’m doing breaks.
Fork this on github. I forked it from someone else who put a procfile into the folder so it would work OTB on heroku.
Then the usual from here:
heroku create
git push heroku master
heroku ps:scale web=1