Created
July 31, 2014 13:40
-
-
Save rinaldifonseca/9a1218f807ac4da32700 to your computer and use it in GitHub Desktop.
heroku cron
This file contains 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
if [ "$(date +%d)" = 31 ] || [ "$(date +%d)" = 30 ]; then rake routes; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment