Skip to content

Instantly share code, notes, and snippets.

@macek
Created September 24, 2010 20:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save macek/595997 to your computer and use it in GitHub Desktop.
Save macek/595997 to your computer and use it in GitHub Desktop.
Running Rake tasks in Engine Yard Crontab
cd /data/MyApp/current && /usr/bin/rake some:task
cd /data/MyApp/current && rake some:task
cd /data/MyApp/current && /usr/bin/rake some:task RAILS_ENV=production && date >> /data/MyApp/shared/log/cron.some_task.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment