Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Last active June 18, 2020 09:12
Show Gist options
  • Save sebyx07/48c65c1d6fe0a7023f3a3f21bb066ae6 to your computer and use it in GitHub Desktop.
Save sebyx07/48c65c1d6fe0a7023f3a3f21bb066ae6 to your computer and use it in GitHub Desktop.
Hatchbox.io code

Deploy ruby on rails application on aws ec2

For the last 2years I've been developing and deploying professionally, tens of Ruby on Rails application using Hatchbox.io .

Hatchbox has great support for cloud providers such as AWS, Digital Ocean and custom VPS.

Before using Hatchbox, I used Heroku and the features are similiar at one fraction of a cost.

Automatic deployments, NGINX, Let's Encrypt

You can also choose which database you want to use, such as Postgresql, Mysql, Mongodb. There is also support for Redis, Memcache.

Background jobs are executed via Sidekiq.

You can find out more using my Hatchbox.io code 👇

https://hatchbox.io?via=sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment