diff --git a/README.md b/README.md index 0f0ddbd..b05bed0 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Hosted at https://gabnotes.org ## Development ```shell inv test-cov -inv build publish deploy +inv beam ``` diff --git a/tasks.py b/tasks.py index 12536c9..65368e0 100644 --- a/tasks.py +++ b/tasks.py @@ -39,6 +39,11 @@ def deploy(ctx): ctx.run("ssh ubuntu /home/gaugendre/blog/update", pty=True, echo=True) +@task(pre=[build, publish, deploy]) +def beam(ctx): + pass + + @task def download_db(ctx): with ctx.cd(BASE_DIR):