.NET on Heroku Now Generally Available

17 points by runesoerensen 3 months ago | 7 comments
  • mythz 3 months ago
    Will still be using https://kamal-deploy.org to deploy my .NET Docker Apps to https://cloud.hetzner.com
    • rullopat 3 months ago
      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?
      • mythz 3 months ago
        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:

        https://docs.servicestack.net/kamal-deploy

    • bob1029 3 months ago
      > 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.

      • 3 months ago
        • peterpost2 3 months ago
          TIL that Heroku is owned by Salesforce.
          • 0xCAP 3 months ago
            Genuinely curious here: do people actually still use Heroku?
            • stuaxo 3 months ago
              Thought this was .NET on Haiku for a moment.
              • 3 months ago