Skip to content

Commit 71aa1f7

Browse files
committed
Version and documentation update
1 parent c0bb2ff commit 71aa1f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GitAutoDeploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def main():
106106
os.setsid()
107107

108108
if(not GitAutoDeploy.quiet):
109-
print 'Github Autodeploy Service v 0.1 started'
109+
print 'Github Autodeploy Service v0.2 started'
110110
else:
111111
print 'Github Autodeploy Service v 0.1 started in daemon mode'
112112

README.textile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
h1. What is it?
44

5-
this is a small HTTP server written in python.
5+
This is a small HTTP server written in python.
66
It allows you to have a version of your project installed, that will be updated automatically on each Github push.
77

88
To set it up, do the following:
@@ -15,7 +15,7 @@ To set it up, do the following:
1515
"Post-Receive URLs" and add the url of your machine + port (e.g. http://example.com:8001).
1616
* Specify Content type as application/json
1717

18-
You can even test the whole thing here, by clicking on the "Test Hook" button, whohoo!
18+
You can test hook delivery by clicking redeliver existing hook delieveries.
1919

2020
h1. How this works
2121

0 commit comments

Comments
 (0)