From 10200a05daea2cebfff00563b333fc930f6a475a Mon Sep 17 00:00:00 2001 From: "konstantin.grabar" Date: Mon, 31 Oct 2011 21:50:45 +0400 Subject: [PATCH] [refs #2161] Add whenever to deploy.rb --- config/deploy.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index 0d03e8fdc..ff05675a0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -3,6 +3,9 @@ require 'rvm/capistrano' require 'bundler/capistrano' require 'airbrake/capistrano' +set :whenever_command, "bundle exec whenever" +require "whenever/capistrano" + set :rvm_type, :user # bundler bootstrap