kamal
kamal copied to clipboard
Deploy web apps anywhere.
It would be nice to be able to download and use the tool as a CLI without depending on Ruby being on the system (requiring `gem install`). Any plans on...
When deploying an application on a single host, we can't have multiple containers right now. Having this in config/deploy.yml: ```yml service: foo servers: web: hosts: - 1.2.3.4 cmd: bundle exec...
Great to see a new approach for deploying Rails apps ๐๐ผ I havenโt tested mrsk out, but based on the documentation I expect there is an issue with the assets...
A suggestion to #6 - catch errors in deploy.yaml better. `lib/configuration/schema.yaml` sets json-schema rules for `deploy.yaml`. Must be extended with validations for all available options, just want to hear your...
Added some info and guidelines to CONTRIBUTING.md Co-authored by ChatGPT
I started looking into having role aware container names but that turned out to be quite a big undertaking. So I started with destinations instead to see where it could...
Some people may want to avoid using third party repositories. It's pretty easy to spin up a repository using docker itself so one idea would be that mrsk would start...
I'm getting this error whenever MRSK tries to establish an SSH connection to a server through [Teleport](https://goteleport.com), even though it works when I run `ssh root@******`. 
Hey there ๐ We're using a monorepo and gems get included in the apps via path (e.g. `gem 'mygem', path: '../mygem'`). As Docker limits everything to the context (default `.`),...
Debian minimal (and others) doesn't come with `curl` installed out of the box, MRSK should check and resolve this during bootstrapping. This is the root cause of the issue -...