mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
git pull https://gitee.com/ngfchl/ptools &&
|
|
python manage.py makemigrations &&
|
|
python manage.py migrate &&
|
|
python manage.py loaddata db/pt.json &&
|
|
docker restart $CONTAINER_NAME
|