---
title: 'Configuration, Deployment, and Post-Deploy Work | Shopware Community Hub'
description: >-
  Learn how configuration, builds, deployments, and post-deploy work fit
  together on Native PaaS so that you can place values correctly, follow
  rollouts…
canonical_url: >-
  https://hub.shopware.com/learn/course/configuration-deployment-and-post-deploy-work
---

# Configuration, Deployment, and Post-Deploy Work

# Configuration, Deployment, and Post-Deploy Work

## Course Overview

This course shows how configuration, builds, deployments, and post-deploy work fit together on Native PaaS.

It connects three things that learners often need to separate clearly: where configuration and secrets belong, how build and deployment status help explain a rollout, and which tasks should happen only after deployment.

<LearningObjectives>

- Decide what belongs in `application.yaml`, Vault, or `.env`, and choose the right scope for each value.
- Explain how code moves from a build into a deployment on Native PaaS and how those phases differ.
- Interpret deployment progress, status views, and rollback in the context of the deployment lifecycle.
- Decide which tasks belong after deployment and choose the right execution pattern for them.

</LearningObjectives>

## Learning Units

## Units
- [Configuration and Secrets Management](/learn/unit/configuration-and-secrets-management): Learn how application.yaml, BUILD and RUN scopes, and Vault work together so that configuration lives in the right place and sensitive values stay out of Git.
- [Understanding Builds and Deployments](/learn/unit/understanding-builds-and-deployments): Learn how builds, deployments, deployment status, and rollback work together on Native PaaS so that rollouts can be followed and failures can be interpreted…
- [Post-Deploy Tasks: Placement and Execution](/learn/unit/post-deploy-tasks-placement-and-execution): Learn how to distinguish post-deploy work from build-time tasks, choose the right execution pattern, and troubleshoot failures by phase so that follow-up work…
