Donal McBreen

Results 171 comments of Donal McBreen

Thanks for the report @adrienpoly. The configuration inheritance can be confusing alright. Our plan for this is that we'll have a default destination instead. So you can put the production...

@igor-alexandrov - we were thinking to maybe just have one configuration value - `default_destination` which defaults to `production` and we could get rid of the `require_destination` configuration value, instead you...

Don't get too excited, there's no specific plans for v3 yet! More this is a change that would need to wait for it whenever it happens. Defining the destinations explicitly...

https://github.com/basecamp/kamal/issues/809 has some more context here.

Hmm maybe need to create per account builders here

I've not been able to reproduce this - maybe this is caused by something in the Dockerfile that causes the credentials to end up on the builder cache? The report...

@gorbulls456667 - have you committed the Dockerfile? @intik - I guess you probably have if it's in `/tmp/kamal-clones/xxx/`. Could you run `kamal build remove` and try again? That will remove...

Yes that's not something that was supported, but making it work turned out to be easy enough - https://github.com/basecamp/kamal/pull/1032

Sometimes you'd want the output from hooks and sometimes you wouldn't so there's no simple answer here. Right now we are following the SSHKit convention which is to suppress the...