theo/machines/theo-server/deploy/theo-common/tasks.py.mako
2020-09-19 18:55:17 -05:00

10 lines
167 B
Mako

## -*- coding: utf-8; mode: python; -*-
# -*- coding: utf-8; -*-
from invoke import task
@task
def upgrade(ctx):
ctx.run('${envroot}/app/upgrade.sh --verbose')