Deploy to heroku
Last updated
Was this helpful?
Last updated
Was this helpful?
If you haven't already, install the CLI:
Create your app manually at dashboard.heroku.com or type:
If you've already created your app, connect it:
.NET Core is not officially supported on Heroku at present. Third party buildpacks are one option for extending the platform, for this project we are using:
You can change environment variables directly from the heroku app settings:
You can directly push to the heroku repository:
Open your app yourappname.herokuapp.com and ensure everything is working.
If you set your LIVE Stripe API Keys and LIVE products, keep in mind that you will be charged.
Or better yet, go to and enable Automatic deploys so you only deploy when you type: