Skip to content

Instantly share code, notes, and snippets.

@tosik
Created November 26, 2012 10:17
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 tosik/4147517 to your computer and use it in GitHub Desktop.
Save tosik/4147517 to your computer and use it in GitHub Desktop.
dotcloud で cd current した後 rake する ref: http://qiita.com/items/37445354e969993b48a8
dotcloud run www 'cd current; rake foo'
echo 'cd current; rake foo' | dotcloud run www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment