Basic release skeleton
This commit is contained in:
parent
d5330ed125
commit
3d374bf7df
4 changed files with 29 additions and 0 deletions
5
rel/pleroma_ctl
Executable file
5
rel/pleroma_ctl
Executable 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("'"$*"'")'
|
||||
Loading…
Add table
Add a link
Reference in a new issue