Skip to content

Commit f998af6

Browse files
Update deployment-helper.md
1 parent e89a47d commit f998af6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

guides/hosting/installation-updates/deployments/deployment-helper.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ vendor/bin/shopware-deployment-helper run
7979

8080
## Usage examples
8181

82-
A deployment splits into two phases: a build (in CI, produces dependencies and compiled assets) and a deploy (on the server or in the new container, runs the Deployment Helper). A typical pipeline:
82+
A deployment splits into two phases: a build and a deploy. The CI build must produce the dependencies, installed assets, and compiled theme. The deploy step then runs the Deployment Helper against that pre-built artifact.
83+
84+
A typical pipeline:
8385

8486
```bash
8587
# 1. Build (CI): install dependencies and compile assets
8688
shopware-cli project ci .
8789

8890
# 2. Deploy (server / new container): install or update Shopware.
89-
# Skip the build steps the CI already produced.
91+
# Consume the pre-built artifact; do not build assets during deploy.
9092
vendor/bin/shopware-deployment-helper run --skip-theme-compile --skip-assets-install
9193
```
9294

0 commit comments

Comments
 (0)