From 6eccff00f51355f4a50064a351bde868117a7f6c Mon Sep 17 00:00:00 2001 From: Jack Wink Date: Sat, 20 Sep 2014 11:12:31 -0400 Subject: [PATCH] add taskforce key to production config section --- fabfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 857c87c6..7aaf0505 100644 --- a/fabfile.py +++ b/fabfile.py @@ -30,7 +30,8 @@ "TWILIO_ACCOUNT_SID", "TWILIO_AUTH_TOKEN", "APPLICATION_ROOT", - "REDISTOGO_URL" + "REDISTOGO_URL", + "TASKFORCE_KEY", ] @task