aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-06-03 19:25:37 +0200
committerGravatar Christopher Baklid <[email protected]>2018-06-03 19:25:37 +0200
commit3f5412ed388b81b5fb077675f69811376396843a (patch)
tree81af8775bdb7ef62ec4c0b965d65d97dea7cf9f8 /scripts/deploy.py
parent[RST] Better handling for timestamps and colours in embeds (diff)
remove deploy.py [ci skip]
Diffstat (limited to 'scripts/deploy.py')
-rw-r--r--scripts/deploy.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/deploy.py b/scripts/deploy.py
deleted file mode 100644
index 04f3e8229..000000000
--- a/scripts/deploy.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-
-import requests
-
-url = os.environ.get("AUTODEPLOY_WEBHOOK")
-token = os.environ.get("AUTODEPLOY_TOKEN")
-result = requests.get(url=url, headers={'token': token})
-print(result.text)