thewall/tasks.py
2026-02-07 16:34:22 +01:00

9 lines
108 B
Python

from invoke import task
@task
def deploy(c):
...
@task
def run(c):
c.run("python main.py")