How a release works
A change is checked in GitHub, matched to its documentation, built, and deployed. The pipeline then checks that the portal responds and Qwen still works. You do not need to run a command on your Mac for normal releases.
One change at a time
Server deployments are serialized so two repositories cannot update the same host at once. A failed check prevents a release from being marked successful.
Recovery
The previous application release is retained. Use the rollback workflow if a new portal release fails its checks.