basecamp / kamal

Deploy web apps anywhere.
https://kamal-deploy.org
MIT License
9.38k stars 357 forks source link

Log on boot errors with one role #846

Closed djmb closed 2 weeks ago

djmb commented 2 weeks ago

We didn't log boot errors if there was one role because there was no barrier and the logging is done by the first host to close the barrier.

Let's always create the barrier to fix this. Fixes #843