Skip to content

Instantly share code, notes, and snippets.

@leosoto
Created September 13, 2010 19:03
Show Gist options
  • Save leosoto/577814 to your computer and use it in GitHub Desktop.
Save leosoto/577814 to your computer and use it in GitHub Desktop.
Connecting to the server...
ssh -o StrictHostKeyChecking=no -q deploy@ec2-184-72-248-8.compute-1.amazonaws.com '/usr/local/ey_resin/ruby/bin/gem list ey-deploy | grep "ey-deploy " | egrep -q '\''0\.7\.0[,)]'\'
Running deploy for 'ultimate_tennis_staging' on server...
ssh -o StrictHostKeyChecking=no -q deploy@ec2-184-72-248-8.compute-1.amazonaws.com '/usr/local/ey_resin/ruby/bin/eysd _0.7.0_ deploy --app ultimatetennis --repo git@github.com:hashrocket/ultimate-tennis.git --stack nginx_unicorn --branch master --migrate '\''rake db:migrate'\'' --instances ec2-184-72-248-8.compute-1.amazonaws.com,solo'
:: i-7ee8f415 running git --git-dir /data/ultimatetennis/shared/cached-copy/.git --work-tree /data/ultimatetennis/shared/cached-copy fetch origin
:: i-7ee8f415 running git --git-dir /data/ultimatetennis/shared/cached-copy/.git --work-tree /data/ultimatetennis/shared/cached-copy checkout 'origin/master'
HEAD is now at 55c01e5... Fix styles for Wait List button
~> Pushing code to all servers
~> Starting full deploy
~> copying to /data/ultimatetennis/releases/20100913190234
:: i-7ee8f415 running sudo sh -l -c 'mkdir -p /data/ultimatetennis/releases/20100913190234 && rsync -aq /data/ultimatetennis/shared/cached-copy/ /data/ultimatetennis/releases/20100913190234'
~> ensuring proper ownership
:: i-7ee8f415 running sudo sh -l -c 'chown -R deploy:deploy /data/ultimatetennis'
~> Gemfile detected, bundling gems
:: i-7ee8f415 running sudo sh -l -c '/usr/local/ey_resin/ruby/bin/eysd _0.7.0_ install_bundler 1.0.0.beta.1'
:: i-7ee8f415 running sh -l -c 'cd /data/ultimatetennis/releases/20100913190234 && bundle _1.0.0.beta.1_ install --without=development --without=test'
/usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir': Permission denied - /usr/lib/ruby/gems/1.8/cache/bundler (Errno::EACCES)
from /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
from /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
from /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
from /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
from /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
from /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/source.rb:559:in `cache'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/source.rb:490:in `specs'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/definition.rb:100:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/definition.rb:98:in `each'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/definition.rb:98:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/definition.rb:65:in `specs'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/definition.rb:61:in `resolve_remotely!'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/installer.rb:19:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/installer.rb:7:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/cli.rb:103:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/task.rb:33:in `send'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/task.rb:33:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/invocation.rb:109:in `invoke'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/invocation.rb:116:in `call'
Fetching git://github.com/supaspoida/seed-fu.git
:: i-7ee8f415 running sudo sh -l -c 'rm -rf /data/ultimatetennis/releases/20100913190234'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/invocation.rb:116:in `invoke'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor.rb:159:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor/base.rb:378:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/lib/bundler/vendor/thor.rb:138:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.beta.1/bin/bundle:13
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19
~> [Relax] Your site is still running old code and nothing destructive could have occurred
Deploy failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment