django-ex/scripts/pre_deploy.sh

7 lines
62 B
Bash
Raw Normal View History

#!/bin/bash
# enable SCL
source .bashrc
./manage.py migrate