I deployed my rails project, its was working fine but than, there were issue with droplet. So I deleted droplet and created new droplet. After all settings when I run
cap production deploy:initial
its works for some time but then its following line its kind of “pause” now from last 15 mintues.
cd /home/deploy/apps/ethaar/releases/20160505090505 && ~/.rvm/bin/rvm default do bundle install --path /home/deploy/apps/ethaar/shared/bundle --without development test --deployment --quiet
Whats wrong with it
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Possibly nothing. At that point it is doing a bundle install with the
--quiet
flag meaning it would most likely not be displaying anything about the work going on in the background.