Will 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:
> 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.