Builds
Customize Your Build Process
CloudStation builds and deploys your code with zero configuration by default. However, you have the flexibility to override this behavior as needed. Now that you're familiar with the basics, let's explore how you can fine-tune the way your services are built.
This section will guide you through the various options available for customizing the build process.
Build Concepts
Concept | Description |
---|---|
Nixpacks | Nixpacks takes a source directory and generates an OCI-compliant image that can be deployed anywhere. It is the default buildpack used when deploying on CloudStation. |
Build Configuration | CloudStation offers multiple ways to customize the build process to achieve your desired outcome. You have control over aspects such as the build command, root directory, and build triggers. |
Dockerfiles | Already using Docker? No problem! If your code repository contains a Dockerfile, CloudStation will automatically detect and use it to build your service. |
The following pages will walk you through how to configure these build options effectively.
Edit this file on GitHub