kamal-site
kamal-site copied to clipboard
kamal-deploy.org
Based on the documentation I've added this at the root level of my `deploy.yml`: ``` labels: host-machine: "${cat /etc/hostname}" ``` This results in the following error: ``` INFO [eee4d989] Running...
I think it would add great value to add Algolia DocSearch like we can find on many documentation out there We can apply for free and the implementation is really...
## Why? Because most of configuration are the same and I think it might help lot of developer to be getting on board with these few exemples and we could...
To automatically switch to a correct ruby version on development env
Two changes here: - Replaced `kamal.png` with `kamal.webp`, a 10-fold reduction in size (25kb vs. 250kb) for enhanced page loading speed. - Added `alt` and `width` attributes to the `img`...
# What's inside - Replace `KAMAL_REGISTRY_PASSWORD` with `KAMAL_REGISTRY_TOKEN` because most of the time, we need a token instead of a password - House cleaning I will update references in https://github.com/basecamp/kamal...
Hey folks! I'm not sure where this might fit on the site and even if it would be desirable, but I've got an online playground where everyone with a GitHub...
The original alias only works for bash as env vars interpolation works differently in zsh. For zsh, use global single quotes instead of double-quotes.
As per this issue here: https://github.com/basecamp/kamal/issues/218 This exposes the hidden `.ssh` directory to the docker container. Solved by @gioggi and @stewones. I spent at least 1 hour banging my head...
Documentation for https://github.com/basecamp/kamal/pull/1099