gregschmit / gcloud_bug

Demo app to show that gcloud deploy to standard environment is fucked up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCloud Build Fail Demo

This is like a "Hello World" rails app. You should have RVM installed. To setup, just cd into this directory to have RVM build the gemset (install ruby-2.6.5 if you need to), and then run bundle install.

Deploy with ./deploy_to_google_cloud.sh.

Notice that the cloud build fails. To make it succeed, comment out the last line in Gemfile (active scaffold), and then run bundle install again to update the Gemfile.lock, and then deploy. It will succeed. The cloud builder apparently has some kind of permission problem when installing gems from git repositories.

About

Demo app to show that gcloud deploy to standard environment is fucked up.


Languages

Language:Ruby 68.2%Language:HTML 27.4%Language:CSS 3.5%Language:Shell 0.5%Language:JavaScript 0.3%