Basic release skeleton

This commit is contained in:
rinpatch 2019-06-08 17:15:49 +03:00
commit 3d374bf7df
4 changed files with 29 additions and 0 deletions

5
rel/pleroma_ctl Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# XXX: This should be removed when elixir's releases get custom command support
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
$SCRIPTPATH/pleroma eval 'Pleroma.ReleaseTasks.mix_task("'"$*"'")'