Sha256: f19670bf8aae3826d6080bb5eab2a74671a40bf3c70ff0aee9283b32471ab8d6
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
require 'awestruct/deploy/base_deploy' module Awestruct module Deploy class S3Deploy < Base def initialize( site_config, deploy_config ) @site_path = site_config.output_dir end end end end Awestruct::Deployers.instance[ :s3 ] = Awestruct::Deploy::S3Deploy
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
awestruct-0.4.8 | lib/awestruct/deploy/s3_deploy.rb |
awestruct-0.4.7 | lib/awestruct/deploy/s3_deploy.rb |
awestruct-0.4.6 | lib/awestruct/deploy/s3_deploy.rb |