Reporch IDE

Start a deployment

Deploy the current workspace or Git source to Reporch.

Overview

The deployment flow confirms the project name and application preset and exposes build settings and environment variables only when needed. For a Git source, the selected branch and commit identify the deployment input.

Before you start

  • A workspace containing a runnable project
  • For Git deployment, a connected repository and selected branch or commit

Steps

1. Open Deployments

Open Deployments in the IDE and choose New Deployment.

2. Confirm the source

Verify the current workspace or displayed Git branch and commit.

3. Configure the project

Confirm the project name and preset and expand build or output overrides only when needed.

4. Deploy

Select required environment variables, choose Deploy, and review the live build log and final state.

Expected result

  • A record is added to Recent Deployments.
  • A completed deployment provides a preview or production URL and logs.

Troubleshooting

  • If no start command can be inferred, check the preset, package start script, and build settings.
  • Fix the first build error before repeating a failed deployment with the same configuration.
Reporch Team