Mercurial > code > home > repos > environment
view tasks.py @ 0:3c1bc3bc5a6c
pull out of homeauto/ project, and add skaffold/pipenv
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 Mar 2022 22:03:43 -0700 |
parents | |
children | 0f532eb91364 |
line wrap: on
line source
from invoke import Collection import sys sys.path.append('/my/proj/release') from serv_tasks import serv_tasks ns = Collection() serv_tasks(ns, 'serv.n3', 'environment')