Created
May 6, 2014 15:11
-
-
Save masterkain/f4ada8799b81667229e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cap staging foreman:setup | |
DEBUG [b77dc6fe] Running ~/.rvm/bin/rvm version on 162.243.255.230 | |
DEBUG [b77dc6fe] Command: ~/.rvm/bin/rvm version | |
DEBUG [b77dc6fe] | |
DEBUG [b77dc6fe] rvm 1.25.25 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] | |
DEBUG [b77dc6fe] | |
DEBUG [b77dc6fe] Finished in 2.093 seconds with exit status 0 (successful). | |
rvm 1.25.25 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] | |
DEBUG [9b4d75a0] Running ~/.rvm/bin/rvm current on 162.243.255.230 | |
DEBUG [9b4d75a0] Command: ~/.rvm/bin/rvm current | |
DEBUG [9b4d75a0] ruby-2.1.1 | |
DEBUG [9b4d75a0] Finished in 0.775 seconds with exit status 0 (successful). | |
ruby-2.1.1 | |
DEBUG [d19eca3f] Running ~/.rvm/bin/rvm 2.1.1 do ruby --version on 162.243.255.230 | |
DEBUG [d19eca3f] Command: ~/.rvm/bin/rvm 2.1.1 do ruby --version | |
DEBUG [d19eca3f] ruby 2.1.1p76 (2014-02-24 revision 45161) [i686-linux] | |
DEBUG [d19eca3f] Finished in 0.765 seconds with exit status 0 (successful). | |
ruby 2.1.1p76 (2014-02-24 revision 45161) [i686-linux] | |
DEBUG [e95a2a85] Running /usr/bin/env [ -d /etc/init ] on 162.243.255.230 | |
DEBUG [e95a2a85] Command: [ -d /etc/init ] | |
DEBUG [e95a2a85] Finished in 1.837 seconds with exit status 0 (successful). | |
DEBUG [fb5c1abc] Running /usr/bin/env if test ! -d /home/ubuntu/apps/myapp-node/current; then echo "Directory does not exist '/home/ubuntu/apps/myapp-node/current'" 1>&2; false; fi on 162.243.255.230 | |
DEBUG [fb5c1abc] Command: if test ! -d /home/ubuntu/apps/myapp-node/current; then echo "Directory does not exist '/home/ubuntu/apps/myapp-node/current'" 1>&2; false; fi | |
DEBUG [fb5c1abc] Finished in 0.259 seconds with exit status 0 (successful). | |
INFO [455c2e6e] Running bundle exec foreman export upstart /etc/init --app='myapp-node' --log='/home/ubuntu/apps/myapp-node/shared/log' --concurrency='web=10' --user='ubuntu' -f ./Procfile.staging on 162.243.255.230 | |
DEBUG [455c2e6e] Command: cd /home/ubuntu/apps/myapp-node/current && bundle exec foreman export upstart /etc/init --app='myapp-node' --log='/home/ubuntu/apps/myapp-node/shared/log' --concurrency='web=10' --user='ubuntu' -f ./Procfile.staging | |
DEBUG [455c2e6e] bash: bundle: command not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment