Build

You might say

Build this commit into a deployable front-end artifact and retain a version identifier; do not treat “build succeeded” as being live.

A build converts source code, dependencies, and configuration into a runnable or releasable artifact.Front-end source can build into a dist folder and service code into a versioned container image. A successful build means that commit produced the requested artifact. Making it available in testing or production is a later deployment and release step.
Know first
Build
Further reading