Skip to content

Commit

Permalink
Show what file is being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Mar 19, 2018
1 parent 517939b commit 55942a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dpl/provider/cloud_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def push_app
glob_args << File::FNM_DOTMATCH if options[:dot_match]

Dir.glob(*glob_args).each do |name|
log "Uploading #{name}"
container.files.create(:key => name, :body => File.open(name)) unless File.directory?(name)
end
end
Expand Down

0 comments on commit 55942a5

Please sign in to comment.