Created
June 24, 2013 07:52
-
-
Save nikushi/5848417 to your computer and use it in GitHub Desktop.
rbenv環境で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
* * * * * /bin/bash -lc "cd $HOME/app && RUBY_ENV=production ./scripts/batch.rb > /dev/null" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment