Closed geraintwhite closed 9 years ago
There is a problem where post-receive sometimes does not copy all the files before the process is killed by pm2 watch. We could disable pm2 watch and add pm2 restart git to options.json in the command field.
post-receive
pm2 watch
pm2 restart git
command
This doesn't require any modifications to ghl or ptr at all, just a simple change in the options.json and turn off pm2 watch.
ghl
ptr
options.json
There is a problem where
post-receive
sometimes does not copy all the files before the process is killed bypm2 watch
. We could disablepm2 watch
and addpm2 restart git
to options.json in thecommand
field.