Create new application
This guide walks you through deploying a new containerized application on the Golden Path — provisioning its infrastructure, setting up CI/CD for the application repository, and extending the pipeline to production.
Before you begin
This guide assumes
- you have an application repository that contains a single application. For monorepos or repositories containing both application code and Terraform code, contact Utviklerflyt.
- your application can be deployed as a container image. For other application platforms (e.g. static website, Lambda), see section Guides → Other or contact Utviklerflyt.
- you have familiarized yourself with the key points from the risk assessment analysis (ROS).
Guide overview
| Guide | Description | Time |
|---|---|---|
| IaC repo setup | Provision the new application's infrastructure in your IaC repository | 15 minutes |
| Application repository | Set up branch rulesets and the deployment workflow in the app repo | 20 minutes |
| Extend app CI/CD to production | Extend the dev CI/CD pipeline to deploy to production | 10 minutes |
Next step
Set up the application's infrastructure with IaC repo setup.