Skip to content

Instantly share code, notes, and snippets.

@tosik
Created November 26, 2012 10:17
Show Gist options
  • Select an option

  • Save tosik/4147517 to your computer and use it in GitHub Desktop.

Select an option

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