Example #1
0
def update():
    path = os.getcwd()
    c = Controller(path)

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

    return c.deploy(request.args)