Open cjenaro opened 1 week ago
I think some people have run into this with kamal 1.x and fixed it this way: https://github.com/basecamp/kamal/discussions/549
Not sure how to do it for v2 though, since remote has to be a string
Not tried this, but can you set the remote to remote: ssh://localhost
? You'd need to set things up so ssh localhost
worked though.
Haven't been able to make that work either, but now I'm not sure if it has to do with the ssh connection or kamal, so there's no way to build on a mac for a linux server really? Not sure why buiding in the VPS doesn't work though, it has Docker there for sure, running docker ps
shows the container
I'm new to rails, I'm trying to deploy a barebones app, just created with tailwind for CSS.
Rails: 8.0.0 Ruby: 3.3.5
Using an M1 Mac when I run
kamal setup
I get this error:I see there's a similar issue here related to docker, tried updating the docker desktop version and also settng my memory preferences to 8 GB even, but it still fails, the VPS I'm trying to deploy to is a digital ocean droplet with 2GB memory.
When trying to build on the remote:
This is my first time trying Kamal so I'm not sure if I'm doing anything wrong :/