summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy.py
diff options
context:
space:
mode:
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'))