Skip to content

Commit

Permalink
Merge pull request #554 from coreyworrell/patch-2
Browse files Browse the repository at this point in the history
Allow use of Minafile or deploy.rb outside of config directory
  • Loading branch information
d4be4st authored Sep 8, 2017
2 parents b131a54 + c48f630 commit 5ed4346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mina/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Application < Rake::Application

def initialize
super
@rakefiles = ['config/deploy.rb', minafile]
@rakefiles = ['Minafile', '.deploy.rb', 'deploy.rb', 'config/deploy.rb', minafile]
end

def name
Expand Down

0 comments on commit 5ed4346

Please sign in to comment.