Created
September 24, 2010 20:37
-
-
Save macek/595997 to your computer and use it in GitHub Desktop.
Running Rake tasks in Engine Yard Crontab
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
cd /data/MyApp/current && /usr/bin/rake some:task |
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
cd /data/MyApp/current && rake some:task |
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
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