diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-28 09:48:37 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-28 09:48:37 -0700 |
| commit | 28521c762735db4917407e8703a3d768f20d8122 (patch) | |
| tree | 117cd4a0f6a8cb6dd9bcb93597428566cf7a8e1f /script | |
| parent | 55c3617c9de2f20addb69d157c3ae423f72dcd14 (diff) | |
fix ruby patch level.
Diffstat (limited to 'script')
| -rw-r--r-- | script/deploy-production.sh | 2 | ||||
| -rw-r--r-- | script/deploy-staging.sh | 2 | ||||
| -rwxr-xr-x | script/restart_delayed_job | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/script/deploy-production.sh b/script/deploy-production.sh index 5c41f8f3..71ed61d1 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-p247@cakeside --create +rvm use ruby-2.0.0-p353@cakeside --create echo 'bundle install' git checkout master diff --git a/script/deploy-staging.sh b/script/deploy-staging.sh index 3d92f258..d3fe1225 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-p247@cakeside --create +rvm use ruby-2.0.0-p353@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 7282c125..074c7708 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-p247@cakeside +source /usr/local/rvm/environments/ruby-2.0.0-p353@cakeside cd /home/cakeside/apps/www.cakeside.com/current/ script/delayed_job restart |
