Do not use cron for limited stages. Refs #2261
This commit is contained in:
parent
59a90e6136
commit
6639e8d7dc
|
@ -5,7 +5,7 @@ require 'bundler/capistrano'
|
|||
require 'delayed/recipes'
|
||||
require 'airbrake/capistrano'
|
||||
set :whenever_command, "bundle exec whenever"
|
||||
require "whenever/capistrano"
|
||||
# require "whenever/capistrano"
|
||||
|
||||
set :default_stage, "staging"
|
||||
# set :stages, %w(production staging pingwinsoft ui) # auto readed
|
||||
|
|
Loading…
Reference in New Issue