static deploy_env
This commit is contained in:
parent
f3d1f6a9ff
commit
f3b8e581cd
@ -4,7 +4,8 @@ class DeployEnvStatic < DeployEnv
|
||||
|
||||
NAME = "static"
|
||||
|
||||
def initialize options, auth
|
||||
def initialize host, options, auth
|
||||
@host = host
|
||||
self.auth = auth
|
||||
self.options = options
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user