Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created August 2, 2010 16:08
Show Gist options
  • Save knowuh/504859 to your computer and use it in GitHub Desktop.
Save knowuh/504859 to your computer and use it in GitHub Desktop.
Here is how I usually deploy to appspot:
rake combine:all
rake appspot:sinatra_app
rake appspot:deploy
You will see a bunch of appengine messages, and you will be asked for a google email address and password.
(You can also check the README in the root directory for info about deploying to appspot, and the rake tasks that make it so... )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment