perfect video helped me realize the issues I was having and was simple enough and I love having the source code available I just copied your deploy file hopefully it works for my simple app
So glad you have videos on Kamal. I've spent last 3 days troubleshooting. Slowly making progress but then something else comes up. Currently dealing with ERROR (KeyError): Exception while executing on host. Hopefully your video can help but either way your channel has been amazing for learning Ruby on Rails!
Interesting man! I found this through Shayan on Twitter. Just realized DHH is the guy on the landing page lol! So it does rolling deploys, that's sick. Is it possible to git push to main and immediately kamal deploy or something?
Yup, it's a Basecamp gem 🙂 Continuous deployment should be possible with a GitHub action or similar in other version managers. Something like this: www.hansschnedlitz.com/2024/01/07/continuous-deployment-with-github-actions-and-kamal.html
I'm still wondering the advantage over using compose in production or ansible or rancher or... there seem to be quite a lot of docker/podman "orchestrators".
its not working for me either im getting the same thing Idk what im doing wrong maybe its the domain?? Im using godaddy but deanin uses cloudflare with all those bonus add ons
If dokku works for you, then save yourself lol! The only reason I'm looking at Kamal is because they're looking at making this a default in Rails 8, so I'm trying to get familiar with whatever the future wants us to do 😮💨
@@Deanin I never did containers, I come from renting vps's and doing it all manually through ssh(even whatever automation in bash or w/e) and I'm looking into options, checked dokku, appliku and kamal, guess I still have some digging and testing to do before I proceed, I also don't like learning abstractions that much, don't see the point, it usually has lower shelf life than the actual thing, but... no idea what to do yet :)
@@Adrian_GalileaI've also done the SSH manual setup with NGINX and all that jazz. I think it's good to learn initially so def agree with putting abstractions, but it kinda slows down development.
Totally awesome bro, keep it up!
It's great to show the errors and troubles.
perfect video helped me realize the issues I was having and was simple enough and I love having the source code available I just copied your deploy file hopefully it works for my simple app
Great tutorial, it worked at the first try! 🎉
So glad you have videos on Kamal. I've spent last 3 days troubleshooting. Slowly making progress but then something else comes up.
Currently dealing with ERROR (KeyError): Exception while executing on host. Hopefully your video can help but either way your channel has been amazing for learning Ruby on Rails!
So helpful. As always. Thanx.
Awesome tutorial!!!
Hey Deanin, can you make a tutorial series with a Rails backend and NextJS 14 frontend with a focus on authentication. Thanks!
Please make a video on grape integration
one is missing with postgres
Interesting man! I found this through Shayan on Twitter. Just realized DHH is the guy on the landing page lol!
So it does rolling deploys, that's sick. Is it possible to git push to main and immediately kamal deploy or something?
Yup, it's a Basecamp gem 🙂
Continuous deployment should be possible with a GitHub action or similar in other version managers.
Something like this:
www.hansschnedlitz.com/2024/01/07/continuous-deployment-with-github-actions-and-kamal.html
lol man absolutely sick bro let's hang out sometime k
I'm still wondering the advantage over using compose in production or ansible or rancher or... there seem to be quite a lot of docker/podman "orchestrators".
You and me both. I had to try really hard not to be cynical during this video lol.
@@Deanin 💕
dean in, and dean out :D
Came up with the names while learning C++ in college.
Cin and cout lol
Useful : )
None of the videos on Kamal work. Not even one. They all always lead to "this site can't be reached"
its not working for me either im getting the same thing Idk what im doing wrong maybe its the domain?? Im using godaddy but deanin uses cloudflare with all those bonus add ons
I use Dokku and can’t understand why I need Kamal
If dokku works for you, then save yourself lol!
The only reason I'm looking at Kamal is because they're looking at making this a default in Rails 8, so I'm trying to get familiar with whatever the future wants us to do 😮💨
@@Deanin I never did containers, I come from renting vps's and doing it all manually through ssh(even whatever automation in bash or w/e) and I'm looking into options, checked dokku, appliku and kamal, guess I still have some digging and testing to do before I proceed, I also don't like learning abstractions that much, don't see the point, it usually has lower shelf life than the actual thing, but... no idea what to do yet :)
Hey man! Question, is Dokku faster than Kamal?
@@Adrian_GalileaI've also done the SSH manual setup with NGINX and all that jazz. I think it's good to learn initially so def agree with putting abstractions, but it kinda slows down development.