Skip to content

Build and deploy

To make your application available to others, you need to build and deploy it.

NAIS attempts to make this as simple as possible by providing a set of composable GitHub Actions.

Use these actions to compose your own build and deploy pipeline through Github Actions workflows.

Lead Time for Changes

The amount of time it takes a commit to get into production

To further support DORA metrics we use tracing directly in the build pipeline. This will allow you to measure the time it takes for your team to deliver new code to production.

With these metrics you can also get a better view if changes to your pipeline affect the lead time for change.

GitHub Actions

📚 nais/docker-build-push

📚 nais/deploy

See the respective GitHub Action links for detailed configuration options.

What's next

🎯 Build and deploy with Github Actions

🎯 Set up auto-merge with Dependabot