Exemplo n.º 1
0
def update():
    path = os.getcwd()
    c = Controller(path)

    return c.deploy(request.args, 'upgrade')
Exemplo n.º 2
0
def deploy():
    path = os.getcwd()
    c = Controller(path)

    return c.deploy(request.args)