post-receive: Send via the staging server.

(imported from commit a876c7990219b1f317ae39aeeee48b98c5ec941c)
This commit is contained in:
Tim Abbott 2012-11-08 12:55:57 -05:00
parent d52728e3ae
commit 97ce892e8d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import time
sys.path.append(os.path.dirname(os.path.dirname(os.readlink(__file__))))
import api.common
client = api.common.HumbugAPI(email="humbug+commits@humbughq.com",
site="https://staging.humbughq.com",
api_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
verbose=False)