diff --git a/snipt/fabfile.py b/snipt/fabfile.py index 2a2dc0f..7c919ef 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -8,10 +8,10 @@ def staticfiles(): local('coffee -c %s/media/js/script.coffee' % BASE_PATH) local('%s/manage.py collectstatic' % BASE_PATH) -def deployall() +def deployall(): staticfiles() deployapp() -def deployapp() +def deployapp(): local('hgp') local('hg push-heroku')