From: dsc Date: Wed, 9 May 2012 17:16:13 +0000 (-0700) Subject: Ah-haha. Yes. Perhaps I should actually stub out the prod stub. X-Git-Url: http://git.lttlst.com:3516/?a=commitdiff_plain;h=466b0ffee80c373e7f176c19befde51ccc669acb;p=kraken-ui.git Ah-haha. Yes. Perhaps I should actually stub out the prod stub. --- diff --git a/fabfile/__init__.py b/fabfile/__init__.py index bb9bbaf..4800f22 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -56,6 +56,7 @@ import stages @task def prod(): "Set deploy environment to production." + stages.prod() @task def stage():