Prepare the site
Build the complete static output into one directory. A deployment replaces the live release atomically.
Publish
Ask your agent
Publish the built site in ./dist as release-notes.
Command
clor site deploy release-notes ./distRoll back
Roll back to the preceding release when a deployment is wrong.
Command
clor site rollback release-notes