Exporting instead of publishing

Export runs exactly the same build and gives you an archive instead of deploying it. Nothing about staging or production changes.

It is the route for archiving a site, handing it to somebody else to host, or keeping a point-in-time copy.


#What it does

  • Builds the whole site, as Update would.

  • Produces a downloadable archive.

  • Leaves both staging and production untouched.


#A few things worth knowing

  • An export is a full site, so it is subject to the same 1 GB and per-attachment limits as a deploy.

  • There is no partial or single-space export.

  • The exported site is static, so it works from any web host or a local folder.



Same build. Zip instead of a deploy.