Reputation: 75854
My post receive hook simply runs gear postreceive
. Where can I find this code and what it is doing?
There is nothing explaining this that I can find.
Upvotes: 1
Views: 78
Reputation: 5931
The code is available in OpenShift Origin Github repository https://github.com/openshift/origin-server/blob/efe69d24f4e7cb9941fb9932db8e6f3feebe6138/node/misc/bin/gear#L159. This primarily activates your deployment.
Upvotes: 1