I\'m using a Github post-recieve hook to run a bash file that pulls both my repos.
#!/bin/sh cd ~/public_html/repo_static env -i /usr/bin/git pull origin master
python manage.py collectstatic --noinput