Sha256: 7da3ea32ff30acd53fb6865de5d922516bb784947c2090804e8069a29475a798
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
set :application, "babot" set :user, "babot" set :appname, user require "rvm/capistrano" set :rvm_ruby_string, "2.0.0" require "capistrano/af83" set :repository, "git@github.com:phorque/babot.git" set :scm, :git after 'deploy:restart' do config ||= "config/gaston/bots.yml" upload config, "#{current_path}/config/gaston/bots.yml" run "cd #{current_path} && bundle exec rake bots:update && bundle exec whenever -f bots/schedule.rb -w" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
babot-0.2.1 | config/deploy.rb |
babot-0.1.5 | config/deploy.rb |
babot-0.1.2 | config/deploy.rb |
babot-0.1.1 | config/deploy.rb |
babot-0.1.0 | config/deploy.rb |