-
Notifications
You must be signed in to change notification settings - Fork 46
Site Builds
Site builds for the live site are done automatically whenever something is pushed to the main
repo. Once we get things up and running, the staging site will be built anytime anything is pushed to staging
. We are employing Netlify's Gatsby caching mechanism to do differential builds, so only pages that are updated are rebuilt. That generally means a given build will only take a couple of minutes.
Netlify has a bot that monitors builds. If you request a number of builds back-to-back (like editing a bunch of blog posts quickly), the bot will hold all the changes until there haven't been any for a few minutes. Then it will build everything once. So if you did a bunch of edits and are wondering why the site hasn't rebuilt yet, that's probably why. Wait a few minutes, and the system should catch up.
If you need to manually build the site for some reason, that has to be done from the admin console at http://netlify.com.