Rohit-NGO/.hooks/pre_deploy.sh
Josue Gomez 1e7cd6be59
All checks were successful
continuous-integration/drone/push Build is passing
added hook
2020-06-27 11:59:22 -06:00

6 lines
139 B
Bash

#!/usr/bin/env bash
python manage.py makemigrations --noinput
python manage.py migrate --noinput
python manage.py collectstatic --noinput