We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we get log of mina deploy command I am getting this error but I am not able to understand what exactly error is
mina deploy
-----> 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
The text was updated successfully, but these errors were encountered:
mina deploy --trace also giving same error
mina deploy --trace
Sorry, something went wrong.
Try mina deploy -s
and check script step by step.
also: mina deploy --verbose
mina deploy --verbose
Added to docs
No branches or pull requests
Can we get log of
mina deploy
command I am getting this error but I am not able to understand what exactly error isThanks
The text was updated successfully, but these errors were encountered: