Skip to content

Instantly share code, notes, and snippets.

@timcash
Created June 11, 2013 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timcash/5754052 to your computer and use it in GitHub Desktop.
Save timcash/5754052 to your computer and use it in GitHub Desktop.
circle.yml
dependencies:
cache_directories:
- google_appengine # relative to the build directory
- pyyaml
pre:
- bash ./installAppEngine.sh
machine:
environment:
PYTHONPATH: $HOME/google_appengine:$HOME/pyyaml
deployment:
appengine:
branch: master
commands:
- echo "<my password>" | $HOME/google_appengine/appcfg.py update --email=myemail@gmail.com --passin .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment