lib/phase/config/deploy.rb in phase-0.0.17 vs lib/phase/config/deploy.rb in phase-1.0.0.rc1

- old
+ new

@@ -17,9 +17,15 @@ # @example Sample settings # config.deploy.version_lockfile = "lib/myproj/version.lock" attr_accessor :version_lockfile + # @return [String] the cloud storage bucket ("directory") for storing compiled assets + # @example Sample settings + # config.deploy.docker_repository = "static-assets" + attr_accessor :asset_bucket + + def initialize @environments = [] @version_lockfile = "VERSION" end