Publishing a Getyn project

Take your project live and understand what publishing does.

Updated July 20, 20261 min read

Publishing builds a production version of your project and serves it to the public.

Publish in three steps

  1. Click Publish in the top-right of the editor.
  2. Getyn compiles your project and deploys it. You'll see progress in chat.
  3. Your project goes live at a Getyn subdomain, e.g. your-project.getyn.dev.

Re-publishing changes

Your live site only changes when you publish. After you make edits, the button indicates there are unpublished changes — click it to push them live.

Note
If a publish fails to build, your live site is left unchanged and you'll see the build log so you can fix the issue and try again.

Rolling back

Every publish is recorded. If a release has a problem, you can roll back to an earlier deployment from the publish panel.

Next

Was this article helpful?

Related articles