kamal icon indicating copy to clipboard operation
kamal copied to clipboard

Deploy web apps anywhere.

Results 368 kamal issues
Sort by recently updated
recently updated
newest added

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@******`. ![image-2~2.png](https://user-images.githubusercontent.com/55164724/222920654-650fccaa-935f-4c8f-8b35-ca70a885c728.png)

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 -...