I do not see much help when it comes to deploying .Net app to Heroku.
So, how to deploy .Net application to Heroku?
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. Currently, Heroku supports languages Ruby, Java, PHP, Python, Node, Go, Scala and Clojure but unfortunately not . Net or . Net Core.
At the moment, Heroku does not have an officially supported buildpack for ASP.NET Core. That is ok, you can provide the URL for a . NET Core buildpack instead. Paste https://github.com/heroku-softtrends/heroku-buildpack-dotnetcore.git in the input field and click Save changes.
To deploy your app to Heroku, use the git push command to push the code from your local repository's main branch to your heroku remote. For example: $ git push heroku main Initializing repository, done.
This is demo app on asp.net 5 beta7 https://github.com/jincod/AspNet5DemoApp. Using buildpack forked from heroku/dotnet-buildpack.
heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack git push heroku master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With