Create a hosted Preview
fimo deploy commits pending changes, pushes the current Branch, updates that Branch’s Preview, and returns its Fimo Studio URL.
Before it returns the Studio link, Fimo waits for the sandbox to answer. Use --no-wait only when you deliberately want to return after sync without that readiness check.
If the current changes are already deployed, retrieve the link without deploying again:
The Preview is a review artifact, not your stable public website URL.
Publish production
Publish only after you have reviewed the Preview and merged the change into the project’s Production source Branch. Existing projects usemain:
fimo deploy --publish pushes the configured Production source Branch and publishes it. fimo publish publishes the revision already on the Fimo remote without pushing. Fimo refuses either command from another Branch.
Project managers can choose another source from Project Settings → Environments, on the Production card.
What’s next
Launch checklist
Check the site, URL, and recovery path before launch.
Deploy & publish
Choose the right CLI command.
Publish in Studio
Publish without the command line.