Skip to main content

Deploy to StateMesh

StateMesh offers various alternatives for: building directly from source, static serving, installing an image from DockerHub and deploying an application. Visit the following sections and see how easy you can serve your app on the internet.

Pro tip

The building pipeline is using the following logic to create and deploy your app:

  • Try to automatically build the app from sources using buildpacks for (NodeJS, Java, Go, .NET, PHP, Ruby);
  • If auto-building is not possible then check if Dockerfile is present in the root of the repository;
  • If auto-building is not possible and Dockerfile is not present then create automatically a Dockerfile with nginx for static serving;
  • Using the auto-built image, preexisting Dockerfile or the auto-generated Dockerfile deploy the app on StateMesh;

StateMesh console

Learn how to create and deploy an app using the StateMesh console.