예제 #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)