Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.54 KB

File metadata and controls

50 lines (35 loc) · 1.54 KB
description A quick guide to creating a Satellite on Juno in production — the container that powers your app.
keywords
create a satellite
deploy with Juno
Juno Satellite
Juno container
Juno production guide
Juno app deployment
launch satellite
Juno hosting

Create a Satellite

When you're ready to deploy your project to production, you'll need to create a Satellite.

:::tip

New to Juno? Reach out on Discord and we'll get you started for free.

:::

  1. To get started, sign-in to the Juno Console.
  2. Click Launch your first Satellite.
  3. Enter a name for your Satellite (note: this is for display purposes only and does not need to be unique).
  4. Select whether you're deploying a Website or Application.
  5. Confirm with Create a Satellite.
  6. The platform will then create your Satellite and provision its resources.
  7. Once the process is complete, click Continue to access the service page.

🎉 You’re all set! You can now deploy your frontend app, static website, or publish your serverless functions to production.

➡️ Continue with the deployment guides to take the next step.


:::note

Choose Website if you're deploying a static site, blog, portfolio, etc.

Choose Application if your project needs user sign-in, data management, or serverless functions.

You can change this later in your Satellite "Hosting" settings.

:::