We have a bot that watches for "shipit" comments from reviewer+author on github PRs and then deploys that revision to our production site (assuming it merges and passes other checks). We're attempting to reproduce similar behavior with Phabricator. The current idea is to treat closed revisions as having received the dual shipit, and attempt to deploy them. To do this, we're thinking we'd either listen to feed.http-hooks or poll via Conduit.
a) Does that seem reasonable?
b) Since we're on Phacility, feed.http-hooks is locked. Is this something you can change for us?