summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy.py
diff options
context:
space:
mode:
authorAlexander Nestorov <alexandernst@gmail.com>2014-09-18 22:49:18 +0200
committerAlexander Nestorov <alexandernst@gmail.com>2014-09-18 22:49:18 +0200
commitb8ac9382dcd173913f463a9af02c422e76365e29 (patch)
treebcf64ad615c00469487380ebde382d5613a1e181 /GitAutoDeploy.py
parente34a2cb172a932fa525aabaa1887fca0b6dba96b (diff)
downloadGit-Auto-Deploy-b8ac9382dcd173913f463a9af02c422e76365e29.zip
Git-Auto-Deploy-b8ac9382dcd173913f463a9af02c422e76365e29.tar.gz
Git-Auto-Deploy-b8ac9382dcd173913f463a9af02c422e76365e29.tar.bz2
Call respond() after finishing deploy
Diffstat (limited to 'GitAutoDeploy.py')
-rwxr-xr-xGitAutoDeploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py
index 3e21954..0320f71 100755
--- a/GitAutoDeploy.py
+++ b/GitAutoDeploy.py
@@ -39,6 +39,7 @@ class GitAutoDeploy(BaseHTTPRequestHandler):
for path in paths:
self.pull(path)
self.deploy(path)
+ self.respond()
def parseRequest(self):
length = int(self.headers.getheader('content-length'))