Skip to content

Commit

Permalink
Merge branch 'release/v0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbowles committed May 22, 2014
2 parents 1a30ea7 + 8f05e84 commit df342db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/easy-deployment/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Easy
module Deployment
VERSION = "0.6.0"
VERSION = "0.6.1"
end
end
4 changes: 2 additions & 2 deletions lib/easy/deployment/dbreference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
when :latest then latest_release
else raise ArgumentError, "unknown migration target #{migrate_target.inspect}"
end
run "cd #{directory} && RAILS_ENV=#{rails_env} #{fetch(:bundle_cmd, 'bundle')} exec rake reference:load"

run "cd #{directory} && RAILS_ENV=#{rails_env} bundle exec rake easy:reference_data:refresh"
end
end

Expand Down

0 comments on commit df342db

Please sign in to comment.