class Singel::SingelUploader

uploads the packer artifacts to S3

Public Class Methods

new(template) click to toggle source
   # File lib/singel/uploader.rb
22 def initialize(template)
23   @file_path = template
24 end

Public Instance Methods

push() click to toggle source
   # File lib/singel/uploader.rb
26 def push
27   puts "- Would be uploading the artifact for #{File.basename(@file_path, '.json')}".to_green.indent
28 end