Add move task

This commit is contained in:
Thomas Sileo
2022-09-08 20:57:52 +02:00
parent a701d3b06e
commit 356aace9bc
3 changed files with 58 additions and 4 deletions

View File

@@ -21,3 +21,7 @@ prune-old-data:
.PHONY: webfinger
webfinger:
-docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv webfinger $(account)
.PHONY: move-to
move-to:
-docker run --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv move-to $(account)