示例#1
0
文件: serve.py 项目: cawik/stackn
def update():
    path = os.getcwd()
    c = Controller(path)

    return c.deploy(request.args, 'upgrade')
示例#2
0
文件: serve.py 项目: cawik/stackn
def deploy():
    path = os.getcwd()
    c = Controller(path)

    return c.deploy(request.args)