Page MenuHomePhabricator

Automate Graphoid deployment to beta cluster (and auto-rebuild?)
Closed, DeclinedPublic

Description

It would be great for Graphoid (and other similar services) to be auto-updated the moment they hit master. Granted that this is a bit tricky with our current deployment repo setup - we usually don't merge deployment repo master until we are ready to put it into production, so maybe it would be possible to auto-rebuild it from the Graphoid master as well? E.g. automate ./server.js build --deploy-repo --force run every time master changes (as well as once a day in case of a dependency change).