Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. production:
  2. <<: *default
  3. url: <%= ENV['DATABASE_URL'] %>
  4.  
  5. postgres://[username]:[password]@aws-eu-west-1-portal.0.dblayer.com:10155/db-table
  6.  
  7. export DATABASE_URL="postgres://[username]:[password]@aws-eu-west-1-portal.0.dblayer.com:10155/DB-TABLE"
  8.  
  9. bin/cap production deploy
  10.  
  11. cap aborted!
  12. SSHKit::Runner::ExecuteError: Exception while executing as deploy@ip-address: bundle exit status: 5
  13. bundle stdout: An error occurred while installing pg (0.18.1), and Bundler cannot continue.
  14. Make sure that `gem install pg -v '0.18.1'` succeeds before bundling.
  15. bundle stderr: Nothing written
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement