Add move task
This commit is contained in:
parent
a701d3b06e
commit
356aace9bc
3 changed files with 58 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue