mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
git pull &&
|
|
mv -f /var/www/html/ptools/start.sh /var/www/html/start.sh &&
|
|
python manage.py makemigrations &&
|
|
python manage.py migrate
|