Skip to content

Commit f518001

Browse files
committed
adds a README
1 parent 7368077 commit f518001

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Rails Master Hook
2+
3+
This is the webhook that runs in the docs server. When invoked, it triggers docs generation and the contrib app gets updated.
4+
5+
Server management in encapsulated in the script `bin/server`:
6+
7+
bin/server start
8+
bin/server restart
9+
bin/server stop
10+
11+
This webhook just touches a file meaning "we have been called". The docs server is responsible for monitoring the presence of said file somehow, and act accordingly.

0 commit comments

Comments
 (0)