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.
Custom Rails Mailer (custom deliver_method) ActionMailer deliver_method can be different like :smtp, :test, etc. We will create a new custom delivery method to do something along with (or instead of) sending email. Create class for delivery