Skip to content

Instantly share code, notes, and snippets.

@bernsno
Created July 1, 2009 23:38
Show Gist options
  • Save bernsno/139151 to your computer and use it in GitHub Desktop.
Save bernsno/139151 to your computer and use it in GitHub Desktop.
triggering start callbacks for `production'
Identity added: /Users/noah/.ssh/id_rsa (/Users/noah/.ssh/id_rsa)
* executing `production'
triggering start callbacks for `deploy'
* executing `multistage:ensure'
Identity added: /Users/noah/.ssh/id_rsa (/Users/noah/.ssh/id_rsa)
* 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:onedesign/pyromaniac.com.git master"
* executing "if [ -d /home/prod/public_html/pyromaniac.com/shared/cached-copy ]; then cd /home/prod/public_html/pyromaniac.com/shared/cached-copy && git fetch -q origin && git reset -q --hard 7286006b972c4fcbfa59746d855c51f3b551e5f8 && git submodule -q init && git submodule -q update; else git clone -q git@github.com:onedesign/pyromaniac.com.git /home/prod/public_html/pyromaniac.com/shared/cached-copy && cd /home/prod/public_html/pyromaniac.com/shared/cached-copy && git checkout -q -b deploy 7286006b972c4fcbfa59746d855c51f3b551e5f8 && git submodule -q init && git submodule -q update; fi"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
copying the cached version to /home/prod/public_html/pyromaniac.com/releases/20090701233349
* executing "cp -RPp /home/prod/public_html/pyromaniac.com/shared/cached-copy /home/prod/public_html/pyromaniac.com/releases/20090701233349 && (echo 7286006b972c4fcbfa59746d855c51f3b551e5f8 > /home/prod/public_html/pyromaniac.com/releases/20090701233349/REVISION)"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
* executing `deploy:finalize_update'
* executing "chmod -R g+w /home/prod/public_html/pyromaniac.com/releases/20090701233349"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
* executing "rm -rf /home/prod/public_html/pyromaniac.com/releases/20090701233349/log /home/prod/public_html/pyromaniac.com/releases/20090701233349/public/system /home/prod/public_html/pyromaniac.com/releases/20090701233349/tmp/pids &&\\\n mkdir -p /home/prod/public_html/pyromaniac.com/releases/20090701233349/public &&\\\n mkdir -p /home/prod/public_html/pyromaniac.com/releases/20090701233349/tmp &&\\\n ln -s /home/prod/public_html/pyromaniac.com/shared/log /home/prod/public_html/pyromaniac.com/releases/20090701233349/log &&\\\n ln -s /home/prod/public_html/pyromaniac.com/shared/system /home/prod/public_html/pyromaniac.com/releases/20090701233349/public/system &&\\\n ln -s /home/prod/public_html/pyromaniac.com/shared/pids /home/prod/public_html/pyromaniac.com/releases/20090701233349/tmp/pids"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
* executing "find /home/prod/public_html/pyromaniac.com/releases/20090701233349/public/images /home/prod/public_html/pyromaniac.com/releases/20090701233349/public/stylesheets /home/prod/public_html/pyromaniac.com/releases/20090701233349/public/javascripts -exec touch -t 200907012334.02 {} ';'; true"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
triggering after callbacks for `deploy:update_code'
* executing `copy_config_files'
* executing "cp /home/prod/public_html/pyromaniac.com/shared/config/* /home/prod/public_html/pyromaniac.com/releases/20090701233349/config/"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
* executing `deploy:symlink'
* executing "rm -f /home/prod/public_html/pyromaniac.com/current && ln -s /home/prod/public_html/pyromaniac.com/releases/20090701233349 /home/prod/public_html/pyromaniac.com/current"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
triggering after callbacks for `deploy:symlink'
* executing `copy_symlinks'
* executing "ln -nfs /home/prod/public_html/pyromaniac.com/shared/uploaded_files /home/prod/public_html/pyromaniac.com/current/public/uploaded_files"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
** transaction: commit
* executing `deploy:restart'
* executing "touch /home/prod/public_html/pyromaniac.com/current/tmp/restart.txt"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
triggering after callbacks for `deploy'
* executing `deploy:cleanup'
* executing "ls -xt /home/prod/public_html/pyromaniac.com/releases"
servers: ["174.143.245.112"]
[174.143.245.112] executing command
command finished
*** no old releases to clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment