Skip to content

Instantly share code, notes, and snippets.

View adamhaney's full-sized avatar
🎯
Focusing

Adam Haney adamhaney

🎯
Focusing
View GitHub Profile
@adamhaney
adamhaney / fabfile.py
Last active December 17, 2015 16:29 — forked from jaredlewis/fabfile.py
def deploy():
execute(__backup__)
execute(__pull__)
execute(__install_requirements__)
execute(syncdb)
execute(collectstatic)
execute(restart)
execute(newrelic)