static deploy_env

This commit is contained in:
amartynov 2014-07-01 12:01:09 +04:00
parent f3d1f6a9ff
commit f3b8e581cd

View File

@ -4,7 +4,8 @@ class DeployEnvStatic < DeployEnv
NAME = "static" NAME = "static"
def initialize options, auth def initialize host, options, auth
@host = host
self.auth = auth self.auth = auth
self.options = options self.options = options
end end