Skip to content

Instantly share code, notes, and snippets.

@mguterl
Created October 2, 2010 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mguterl/607760 to your computer and use it in GitHub Desktop.
Save mguterl/607760 to your computer and use it in GitHub Desktop.
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@github.com:ryw/peoplebest.git master"
* executing "if [ -d /home/deploy/public_html/peoplebest/shared/cached-copy ]; then cd /home/deploy/public_html/peoplebest/shared/cached-copy && git fetch -q origin && git reset -q --hard e18b14000c60255f8a438bba465f25c11899a44c && git submodule -q init && for mod in `git submodule status | awk '{ print $2 }'`; do git config -f .git/config submodule.${mod}.url `git config -f .gitmodules --get submodule.${mod}.url` && echo Synced $mod; done && git submodule -q sync && git submodule -q update && git clean -q -d -x -f; else git clone -q git@github.com:ryw/peoplebest.git /home/deploy/public_html/peoplebest/shared/cached-copy && cd /home/deploy/public_html/peoplebest/shared/cached-copy && git checkout -q -b deploy e18b14000c60255f8a438bba465f25c11899a44c && git submodule -q init && git submodule -q sync && git submodule -q update; fi"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
[pb-admin.anotherventure.com] executing command
command finished
copying the cached version to /home/deploy/public_html/peoplebest/releases/20101002160558
* executing "cp -RPp /home/deploy/public_html/peoplebest/shared/cached-copy /home/deploy/public_html/peoplebest/releases/20101002160558 && (echo e18b14000c60255f8a438bba465f25c11899a44c > /home/deploy/public_html/peoplebest/releases/20101002160558/REVISION)"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
* executing `deploy:finalize_update'
* executing "chmod -R g+w /home/deploy/public_html/peoplebest/releases/20101002160558"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
[pb-admin.anotherventure.com] executing command
command finished
* executing "rm -rf /home/deploy/public_html/peoplebest/releases/20101002160558/log /home/deploy/public_html/peoplebest/releases/20101002160558/public/system /home/deploy/public_html/peoplebest/releases/20101002160558/tmp/pids &&\\\n mkdir -p /home/deploy/public_html/peoplebest/releases/20101002160558/public &&\\\n mkdir -p /home/deploy/public_html/peoplebest/releases/20101002160558/tmp &&\\\n ln -s /home/deploy/public_html/peoplebest/shared/log /home/deploy/public_html/peoplebest/releases/20101002160558/log &&\\\n ln -s /home/deploy/public_html/peoplebest/shared/system /home/deploy/public_html/peoplebest/releases/20101002160558/public/system &&\\\n ln -s /home/deploy/public_html/peoplebest/shared/pids /home/deploy/public_html/peoplebest/releases/20101002160558/tmp/pids"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
* executing "find /home/deploy/public_html/peoplebest/releases/20101002160558/public/images /home/deploy/public_html/peoplebest/releases/20101002160558/public/stylesheets /home/deploy/public_html/peoplebest/releases/20101002160558/public/javascripts -exec touch -t 201010021605.59 {} ';'; true"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
[pb-admin.anotherventure.com] executing command
command finished
triggering after callbacks for `deploy:update_code'
* executing `bundle:install'
* executing "bundle install --gemfile /home/deploy/public_html/peoplebest/releases/20101002160558/Gemfile --path /home/deploy/public_html/peoplebest/shared/bundle --deployment --quiet --without development test metrics"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
* executing `deploy:symlink_db_config'
* executing "ln -nfs /home/deploy/public_html/peoplebest/shared/config/database.yml /home/deploy/public_html/peoplebest/releases/20101002160558/config/database.yml"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
* executing `deploy:symlink_sockets'
* executing "ln -nfs /home/deploy/public_html/peoplebest/shared/sockets /home/deploy/public_html/peoplebest/releases/20101002160558/tmp/sockets"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
[pb-admin.anotherventure.com] executing command
command finished
* executing `deploy:symlink'
* executing "rm -f /home/deploy/public_html/peoplebest/current && ln -s /home/deploy/public_html/peoplebest/releases/20101002160558 /home/deploy/public_html/peoplebest/current"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
triggering after callbacks for `deploy:symlink'
* executing `deploy:symlink_public'
** transaction: commit
* executing `deploy:restart'
* executing "/etc/init.d/peoplebest upgrade"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
[pb-admin.anotherventure.com] executing command
command finished
triggering after callbacks for `deploy'
* executing `deploy:notify_hoptoad'
* executing "cat /home/deploy/public_html/peoplebest/current/REVISION"
servers: ["pb-assess.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
command finished
Notifying Hoptoad of Deploy (rake hoptoad:deploy TO=production REVISION=e18b14000c60255f8a438bba465f25c11899a44c REPO=git@github.com:ryw/peoplebest.git USER=michaelguterl)
DEPRECATION WARNING: Rake tasks in vendor/plugins/delayed_job/tasks, vendor/plugins/prawnto/tasks, and vendor/plugins/thinking-sphinx/tasks are deprecated. Use lib/tasks instead. (called from /Users/michaelguterl/.rvm/gems/ree-1.8.7-2010.02/gems/rails-2.3.8/lib/tasks/rails.rb:10)
rake aborted!
No such file or directory - /Users/michaelguterl/code/anotherventure/peoplebest/config/database.yml
(See full trace by running task with --trace)
Hoptoad Notification Complete.
* executing `deploy:cleanup'
* executing "ls -x /home/deploy/public_html/peoplebest/releases"
servers: ["pb-assess.anotherventure.com"]
[pb-assess.anotherventure.com] executing command
command finished
** keeping 7 of 8 deployed releases
* executing "rm -rf /home/deploy/public_html/peoplebest/releases/20101002153307"
servers: ["pb-assess.anotherventure.com", "pb-admin.anotherventure.com"]
[pb-admin.anotherventure.com] executing command
[pb-assess.anotherventure.com] executing command
command finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment