diff --git a/fabfile.py b/fabfile.py index c4c72e2..e9347e0 100644 --- a/fabfile.py +++ b/fabfile.py @@ -34,6 +34,7 @@ def prod(): def deploy(): """Deploys the application""" + docs() prod() local('epio upload')