Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 402 Bytes

File metadata and controls

15 lines (10 loc) · 402 Bytes

Heroku Deploy

If you want to deploy your app using Heroku you need to do the following:

  • Add the Heroku Git URL to your remotes
  • Push to heroku
	git remote add heroku-prod your-git-url
	git push heroku-prod your-branch:master

SSL