You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javan edited this page Aug 12, 2010
·
11 revisions
If you wish to override variables in your schedule.rb file at runtime you can do so using the --set option. This is especially useful for changing your environment when deploying to a staging server or something similar.
Example:
whenever --set environment=staging
You can set more than one variable by forming a query string. Make sure to use quotes.