Ah-haha. Yes. Perhaps I should actually stub out the prod stub.
authordsc <dsc@less.ly>
Wed, 9 May 2012 17:16:13 +0000 (10:16 -0700)
committerdsc <dsc@less.ly>
Wed, 9 May 2012 17:16:13 +0000 (10:16 -0700)
fabfile/__init__.py

index bb9bbaf..4800f22 100644 (file)
@@ -56,6 +56,7 @@ import stages
 @task
 def prod():
     "Set deploy environment to production."
+    stages.prod()
 
 @task
 def stage():