Advertisement
Guest User

Untitled

a guest
May 29th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #!/bin/bash
  2. cd $HOME/work/wallet
  3. bundle exec cap production deploy > wallet_deploy_log 2>&1
  4.  
  5. /home/deploy/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/bundler-1.11.2/lib/bundler/rubygems_integration.rb:304:in `block in replace_gem': capistrano is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
  6. from /home/deploy/.rbenv/versions/2.2.4/bin/cap:22:in `<main>'
  7.  
  8. def release_request
  9. system("./wallet_deploy.sh")
  10. #DeployWorker.perform_async // tried using a worker too with no success
  11.  
  12. render :text => params.to_s
  13. end
  14.  
  15. deploy@ubuntu14-public:~/apps/ci/current$ ./wallet_deploy.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement