David Heinemeier Hansson
David Heinemeier Hansson
I think actually a basic solution here could be to have a mrsk-owned image that just does what ENV["MAINTENANCE"] does. Injects a Rack app that runs that lambda, with a...
@rfunduk Would be happy to see that explored too! We can totally wrap that up as a concept under mrsk maintenance. Please do explore it! Need to make sure it...
You have to make /up respond with 200 during the maintenance too. On January 11, 2024, GitHub ***@***.***> wrote: > @dhh Curious how you combine your approach to > maintenance...
Kamal is designed to EITHER use local or remote building. It's not designed for using both to produce a single multi-arch image. I don't even think that's possible.
Lol. There goes my memory. cc @djmb
These commands are all run on a remote host. Are you trying to deploy to a Windows host? If so, that's not a use case we're supporting. But you should...
I can highly recommend WSL. Makes life when working with Unix-based tools, like Kamal, much easier.
Should definitely be fine to run builds concurrently and therefore no need for a lock.
I like this. Would make it easier to parameterize if you're doing the same setup multiple times. Don't want to accept too much complexity for it, but if there's a...