diff options
Diffstat (limited to 'scripts/deploy.py')
-rw-r--r-- | scripts/deploy.py | 8 |
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) |