Created
March 14, 2015 01:44
-
-
Save edivandecastro/2d05cef9796746b00f10 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
edivan@mint-virtual-machine ~/Projetos/VidracariaPaulista $ cap development deploy | |
DEBUG [cfc067fd] Running /usr/bin/env [ -d ~/.rvm ] as [email protected] | |
DEBUG [cfc067fd] Command: [ -d ~/.rvm ] | |
DEBUG [cfc067fd] Finished in 2.421 seconds with exit status 1 (failed). | |
DEBUG [73c05d07] Running /usr/bin/env [ -d /usr/local/rvm ] as [email protected] | |
DEBUG [73c05d07] Command: [ -d /usr/local/rvm ] | |
DEBUG [73c05d07] Finished in 0.338 seconds with exit status 0 (successful). | |
DEBUG [0e7d0208] Running /usr/local/rvm/bin/rvm version as [email protected] | |
DEBUG [0e7d0208] Command: /usr/local/rvm/bin/rvm version | |
DEBUG [0e7d0208] rvm 1.26.10 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
DEBUG [0e7d0208] Finished in 0.975 seconds with exit status 0 (successful). | |
rvm 1.26.10 (latest) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
DEBUG [4e6d75f9] Running /usr/local/rvm/bin/rvm current as [email protected] | |
DEBUG [4e6d75f9] Command: /usr/local/rvm/bin/rvm current | |
DEBUG [4e6d75f9] ruby-2.2.0 | |
DEBUG [4e6d75f9] Finished in 0.812 seconds with exit status 0 (successful). | |
ruby-2.2.0 | |
DEBUG [7e97c4d8] Running /usr/local/rvm/bin/rvm default do ruby --version as [email protected] | |
DEBUG [7e97c4d8] Command: /usr/local/rvm/bin/rvm default do ruby --version | |
DEBUG [7e97c4d8] ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux] | |
DEBUG [7e97c4d8] Finished in 1.484 seconds with exit status 0 (successful). | |
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux] | |
INFO [9078ad7a] Running /usr/bin/env mkdir -p /tmp/VidracariaPaulista/ as [email protected] | |
DEBUG [9078ad7a] Command: /usr/bin/env mkdir -p /tmp/VidracariaPaulista/ | |
INFO [9078ad7a] Finished in 0.696 seconds with exit status 0 (successful). | |
DEBUG Uploading /tmp/VidracariaPaulista/git-ssh.sh 0.0% | |
(Backtrace restricted to imported tasks) | |
cap aborted! | |
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: scp: /tmp/VidracariaPaulista/git-ssh.sh: Permission denied | |
scp: /tmp/VidracariaPaulista/git-ssh.sh: Permission denied | |
Tasks: TOP => git:check => git:wrapper | |
(See full trace by running task with --trace) | |
The deploy has failed with an error: Exception while executing as [email protected]: scp: /tmp/VidracariaPaulista/git-ssh.sh: Permission denied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment