Skip to content

Instantly share code, notes, and snippets.

@ozgun
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozgun/10103702 to your computer and use it in GitHub Desktop.
Save ozgun/10103702 to your computer and use it in GitHub Desktop.
cronttab
# Eğer rvm kullanılıyorsa kullanıcı için default rvm'in set edilmiş olması gerekiyor.
# O da şu komutla yapılır: rvm use 1.9.3-p125 --default
10 15 * * * /bin/bash -l -c 'cd /home/ozgun/rails_app/current && bundle exec rake sys:update_currencies RAILS_ENV=production'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment