Builds
The Builds tab shows the history of builds for the current project.
Build list
Each entry shows:
- build number
- status (
draft,publishing,deployed,failed) - timestamp
Redeploying a build
To roll back or re-publish an older version, click Redeploy next to a build. This creates a new build from the old content and publishes it immediately.
CLI equivalent:
micropage builds redeploy <version>
Downloading a build
You can download the build archive (a zip of the static output) via the CLI:
micropage builds download <version>
Build retention
Micropage retains the most recent builds per project. Older builds are automatically pruned when new ones are created.
Draft vs deployed
- A draft build exists in Micropage but is not live.
- A deployed build is the currently active version of the site.
- Only one build is live at a time.
See Builds concept page for a full explanation of the build lifecycle.