mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.35k stars 491 forks source link

Log of mina deploy command #529

Closed wonderer007 closed 6 years ago

wonderer007 commented 7 years ago

Can we get log of mina deploy command I am getting this error but I am not able to understand what exactly error is

-----> Creating a temporary build path
-----> Using RVM environment "ruby-2.3.0"
       Using /home/ubuntu/.rvm/gems/ruby-2.3.0
-----> Cloning the Git repository
       Cloning into bare repository '/var/www/SalonApp/scm'...
       remote: Counting objects: 2180, done.
remote: Compressing objects: 100% (964/964), done.
remote: Total 2180 (delta 622), reused 0 (delta 0)
Receiving objects: 100% (2180/2180), 10.31 MiB | 5.90 MiB/s, done.  
Resolving deltas: 100% (1259/1259), done.
       Checking connectivity... done.
-----> Using git branch 'deploy'
       Cloning into '.'...
       done.
-----> Using this git commit
       Haider Ali (ffba21e):
       > commit
       Connection to xx.1x4.2x9.x26 closed.

-----> Symlinking shared paths
-----> Installing gem dependencies using Bundler
       bash: line 81: bundle: command not found
 !     ERROR: Deploy failed.
-----> Cleaning up build
       Unlinking current
       OK
 !     Run Error

Thanks

wonderer007 commented 7 years ago

mina deploy --trace also giving same error

ishe-ua commented 7 years ago

Try mina deploy -s

and check script step by step.

hovancik commented 7 years ago

also: mina deploy --verbose

d4be4st commented 6 years ago

Added to docs