Skip to content

Instantly share code, notes, and snippets.

@mattes
mattes / rails-google-compute-deploy.md
Last active June 7, 2024 08:56
My own Heroku in 30 mins

Deploy Rails apps to Google Cloud Compute Engine

  • Zero Downtime
  • Graceful shutdowns
  • Via Github Actions
  • Zero infrastructure management overhead

Overview

The general idea is to have Github Actions test, build and deploy a Rails app to Google Cloud Compute Engine.