aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.py')
-rw-r--r--deploy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy.py b/deploy.py
index 189b5f0c..20d8edd5 100644
--- a/deploy.py
+++ b/deploy.py
@@ -2,7 +2,6 @@ import os
import requests
-
branch = os.environ.get("TRAVIS_BRANCH")
url = os.environ.get("AUTODEPLOY_WEBHOOK")
token = os.environ.get("AUTODEPLOY_TOKEN")