# Anchor
click_link 'Save'
# Button
click_button 'awesome'
# Both above
This guide covers deploying a Docker
image of a Rails
and PostgreSQL
application on Google Cloud Platform using Cloud Build
, Container Registry
, Cloud Key Management Service
, Cloud Run
, Cloud SQL
, and Cloud Store
. The following section provides links to a detailed guide created by a Google Developer Advocate which was the base for my build, but needed to be adjusted.
Google Cloud Run on Rails: a real life example Part 1