/gcp-sinatra-clouddeploy

Test Cloud Deploy with sample ruby app

Primary LanguageShell

gcp-sinatra-clouddeploy

Test Cloud Deploy with sample ruby app

App launch

From https://github.com/palladius/simple-sinatra-app :

git clone git://github.com/palladius/simple-sinatra-app.git
bundle install              # install dependencies
bundle exec rackup -p 8080  # run locally
open http://localhost:8080/

JSON/HTML curls from: https://coderwall.com/p/3k1hsw/hello-world-with-sinatra

Build

  • app is dockerized (WIP): app/Dockerfile.

Cloud Deploy

TODO(ricc)

Links