RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Deploying a Jekyll site with Kamal

If you are like me and you have Jekyll sites that you would like to host alongside your Rails apps, you can deploy them with Kamal 2:

https://greg.molnar.io/blog/deploying-a-jekyll-site-with-kamal/

Comments

why would someone deploy a static site on a VPS? Netlify, Github Sites, Gitlab Sites, are enough to host static sites. Eventually, large scale static sites when start taking more than a minute to build on local dev machine then it would be better to setup a CI/CD on Github or Gitlab. I believe an article on “how to build and deploy a rolling-update Rails app with Licence key verification” would be nice to read and would also help to build Campfire or Writebook self-hosted paid apps. What do you say?

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in