Your alt

Deploy

Learn how to deploy the Konfiwear app.

In this section, you will learn how to deploy the Konfiwear app. Follow the steps below to get your instance up and running.

Step 1: Deploy the App

To deploy the app, follow these instructions:

  1. Click the deploy button. This process will take a few minutes (usually between 2 to 5 minutes). Once the deployment is complete, a link to the app will be provided.
  2. During this process, we automatically deploy a new instance of the software using the following steps:

Deployment Steps

  1. Set up a Node environment: Run actions/setup-node@v3 with version 21.1.0.
  2. Install npm: Install npm and update the environment variables.
  3. Build the app: Complete the build process for the app.

Example Deployment Output

Here is an example of a successful deployment output:

G_RUN_55
succeeded now in 1m 50s

Once these steps are finished, a link to the app will be provided. You can access your deployed instance and start using the configurator.

App Image

So let's jump on to the next step!