diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-01 19:11:53 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-01 19:11:53 -0700 |
| commit | 208d3d5a8fe3d73692c0d65ad7a8723a990efc1b (patch) | |
| tree | b5cb5b00a76232be5656e08635c2d53d5ef64ab9 | |
| parent | c31ddfe59f7bd3340e8c1f604ba9a8d6efcb1bd5 (diff) | |
upgrade from ruby 2.0.0p195 to 2.0.0p247
| -rw-r--r-- | config/deploy.rb | 2 | ||||
| -rw-r--r-- | script/ci.sh | 2 | ||||
| -rw-r--r-- | script/deploy-production.sh | 2 | ||||
| -rw-r--r-- | script/deploy-staging.sh | 2 | ||||
| -rwxr-xr-x | script/restart_delayed_job | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index b93ecc32..4a8807c2 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,5 @@ require "rvm/capistrano" -set :rvm_ruby_string, 'ruby-2.0.0-p195@cakeside' +set :rvm_ruby_string, 'ruby-2.0.0-p247@cakeside' set :rvm_type, :system require 'bundler/capistrano' # loads RVM's capistrano plugin set :stages, %w(production staging) diff --git a/script/ci.sh b/script/ci.sh index f4f7a5b5..9a66ddde 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -3,7 +3,7 @@ echo "load bashrc" source ~/.bashrc echo 'switch gemset' -rvm use ruby-2.0.0-p195@cakeside --create +rvm use ruby-2.0.0-p247@cakeside --create echo 'bundle install' bundle install --without production diff --git a/script/deploy-production.sh b/script/deploy-production.sh index 26a401cb..5c41f8f3 100644 --- a/script/deploy-production.sh +++ b/script/deploy-production.sh @@ -3,7 +3,7 @@ echo "load bashrc" source ~/.bashrc echo 'switch gemset' -rvm use ruby-2.0.0-p195@cakeside --create +rvm use ruby-2.0.0-p247@cakeside --create echo 'bundle install' git checkout master diff --git a/script/deploy-staging.sh b/script/deploy-staging.sh index d4ed15e1..3d92f258 100644 --- a/script/deploy-staging.sh +++ b/script/deploy-staging.sh @@ -3,7 +3,7 @@ echo "load bashrc" source ~/.bashrc echo 'switch gemset' -rvm use ruby-2.0.0-p195@cakeside --create +rvm use ruby-2.0.0-p247@cakeside --create echo 'bundle install' bundle exec rake ci:deploy:staging --trace diff --git a/script/restart_delayed_job b/script/restart_delayed_job index 38569d5d..7282c125 100755 --- a/script/restart_delayed_job +++ b/script/restart_delayed_job @@ -4,7 +4,7 @@ # RAILS_ENV=production # SHELL=/usr/local/rvm/bin/rvm-shell # 0 * * * * /home/cakeside/apps/www.cakeside.com/current/script/restart_delayed_job >> /home/cakeside/apps/www.cakeside.com/current/log/cron.log 2>&1 -source /usr/local/rvm/environments/ruby-2.0.0-p195@cakeside +source /usr/local/rvm/environments/ruby-2.0.0-p247@cakeside cd /home/cakeside/apps/www.cakeside.com/current/ script/delayed_job restart |
