5 ms·
It’s been a while (a decade?!) but if I recall correctly Capistrano did this for rails deployments too, didn’t it?
by shimms 9mo ago
It’s been a while (a decade?!) but if I recall correctly Capistrano did this for rails deployments too, didn’t it?
- AznHisoka 9mo agoI am now feeling old for using Capistrano even today. I think there might be “cooler and newer” ways to deploy, but i never ever felt the need to learn what those ways are since Capistrano gets the job done.
- copperx 9mo agoI remember using mina and it was much faster than Capistrano. Sadly, it seems it's now unmaintained.
- thunderbong 9mo agoNot just rails. Capistrano is tech stack agnostic. It's possible to deploy a project with nodejs using Capistrano. And yes, it's truly elegant. Rollbacks become trivial should you need it.