Adds ci test runner
This commit is contained in:
parent
121e685f8a
commit
efa5d5ef2c
2 changed files with 70 additions and 1 deletions
3
bw-dev
3
bw-dev
|
@ -61,7 +61,8 @@ case "$1" in
|
|||
;;
|
||||
migrate)
|
||||
execweb python manage.py rename_app fedireads bookwyrm
|
||||
execweb python manage.py "$@"
|
||||
shift 1
|
||||
execweb python manage.py migrate "$@"
|
||||
;;
|
||||
bash)
|
||||
execweb bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue