Skip to content

Commit df342db

Browse files
committed
Merge branch 'release/v0.6.1'
2 parents 1a30ea7 + 8f05e84 commit df342db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/easy-deployment/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Easy
22
module Deployment
3-
VERSION = "0.6.0"
3+
VERSION = "0.6.1"
44
end
55
end

lib/easy/deployment/dbreference.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
when :latest then latest_release
1111
else raise ArgumentError, "unknown migration target #{migrate_target.inspect}"
1212
end
13-
14-
run "cd #{directory} && RAILS_ENV=#{rails_env} #{fetch(:bundle_cmd, 'bundle')} exec rake reference:load"
13+
14+
run "cd #{directory} && RAILS_ENV=#{rails_env} bundle exec rake easy:reference_data:refresh"
1515
end
1616
end
1717

0 commit comments

Comments
 (0)