Question
During deployment , everything looks like "pause"
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.
×