Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 442 Bytes

Rails Master Hook

This is the webhook that runs in the docs server. When invoked, it triggers docs generation and the contrib app gets updated.

Server management in encapsulated in the script bin/server:

bin/server start
bin/server restart
bin/server stop

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.