Add fabric bundle for 'theo-server'

This commit is contained in:
Lance Edgar 2020-09-19 18:55:17 -05:00
parent 9e275a35f8
commit a26e3088c5
23 changed files with 1032 additions and 0 deletions

View file

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