def web_www_incremental_update(game, region, version):
"""
????????
"""
check_incremental_version(version)
conf = ConfigReader(game, region)
if conf.has_option("gateway"):
gateway = conf.get('gateway')
"""
gateway?????????
"""
if gateway != "":
#with settings(host_string='ast_hk'):
# run('/app/opbin/rundeck/online.frontend_gchw -g {} -t {}'.format(game, version))
local('/app/opbin/rundeck/online.frontend_gchw -g {} -t {}'.format(game, version))
else:
local('/app/opbin/rundeck/online.frontend -g {} -t {}'.format(game, version))
评论列表
文章目录