Created
August 2, 2010 16:08
-
-
Save knowuh/504859 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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