mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Add update task
This commit is contained in:
6
tasks.py
6
tasks.py
@ -123,3 +123,9 @@ def download_twemoji(ctx):
|
|||||||
def configuration_wizard(ctx):
|
def configuration_wizard(ctx):
|
||||||
# type: (Context) -> None
|
# type: (Context) -> None
|
||||||
run("PYTHONPATH=. poetry run python scripts/config_wizard.py", pty=True, echo=True)
|
run("PYTHONPATH=. poetry run python scripts/config_wizard.py", pty=True, echo=True)
|
||||||
|
|
||||||
|
|
||||||
|
@task(compile_scss, migrate_db)
|
||||||
|
def update(ctx):
|
||||||
|
# type: (Context) -> None
|
||||||
|
print("Done")
|
||||||
|
Reference in New Issue
Block a user