Skip to content

Instantly share code, notes, and snippets.

@cllns
cllns / deploy.rb
Last active August 29, 2015 14:13 — forked from technicalpickles/deploy.rb
Capistrano (VERSION 3) recipe for using yaml_db to pull data into local database
# Add this to your config/deploy.rb
# Then run it with:
#
# cap production db:pull
#
# (or with `bundle exec` in front, if necessary)
#
# For Capistrano version 2, use the original script, that this was forked from.
#
# Note, you need to add: