.NET on Heroku Now Generally Available
blog.heroku.com
.NET on Heroku Now Generally Available
1–10 of 10 posts
Re: .NET on Heroku Now Generally Available
#2Thought this was .NET on Haiku for a moment.
Re: .NET on Heroku Now Generally Available
#3Will still be using https://kamal-deploy.org to deploy my .NET Docker Apps to https://cloud.hetzner.com
Re: .NET on Heroku Now Generally Available
#4[deleted]
Re: .NET on Heroku Now Generally Available
#5TIL that Heroku is owned by Salesforce.
Re: .NET on Heroku Now Generally Available
#6> Other deployment models, such as self-contained, ReadyToRun, and highly optimized Native AOT, are also supported out of the box.
The self contained deployment option seems hazardous to advertise here. You can dump this output to any cloud VM and it will just work. Combine with something like SQLite and there's nothing to orchestrate except for copying a folder and bouncing a process.
Re: .NET on Heroku Now Generally Available
#7Will still be using https://kamal-deploy.org to deploy my .NET Docker Apps to https://cloud.hetzner.com
I'm using Kamal for a Ruby on Rails app on a dedicated server on Hetzner. Works like a charm! Did you find it difficult to deploy a .NET, because of the documentation oriented more towards Rails?
Re: .NET on Heroku Now Generally Available
#8[deleted]
Re: .NET on Heroku Now Generally Available
#9Will still be using https://kamal-deploy.org to deploy my .NET Docker Apps to https://cloud.hetzner.com
I'm using Kamal for a Ruby on Rails app on a dedicated server on Hetzner. Works like a charm! Did you find it difficult to deploy a .NET, because of the documentation oriented more towards Rails?
Took a bit of research and trial and error to get to a solution we liked, but as it's just deploying and managing Docker Apps, deploying .NET Docker Apps was ok but a bit of time was spent supporting DB Migrations and litestream and running it from GitHub Actions, we've documented our support for Deploying with Kamal (inc YouTube Guide) at:
Re: .NET on Heroku Now Generally Available
#10Genuinely curious here: do people actually still use Heroku?