Class: Rocketwheel::Command::CLI::Deploy::Task

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/rocketwheel/command/cli/deploy.rb

Instance Method Summary collapse

Instance Method Details

#uploadObject



23
24
25
26
27
# File 'lib/rocketwheel/command/cli/deploy.rb', line 23

def upload
  files_to_upload.each do |file|
    upload_file(file) if File.file?(file)
  end
end