Skip to content

Commit 06f1c29

Browse files
Update deployment-helper.md
1 parent 54a4ea0 commit 06f1c29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ vendor/bin/shopware-deployment-helper run --skip-theme-compile --skip-assets-ins
9696

9797
In a Docker environment, you have a base image with a running PHP Webserver. From that image you make a new image with your Shopware source code.
9898

99-
To prepare the Shopware source code, run the [Shopware CLI `project ci`](../../../../products/tools/cli/) command to install the dependencies and build the assets.
99+
To prepare the Shopware source code, run the [Shopware CLI `project ci`](../../../../products/tools/cli/project-commands/build.md) command to install the dependencies and build the assets.
100100
On deployment, either spawn a second container or init a container, which runs the Deployment Helper. The Deployment Helper sets up Shopware when it is not installed, installs the extensions, and runs the one-time tasks.
101101

102102
### SFTP / Deployer
103103

104-
When using SFTP or Deployer, clone the repository to the CI/CD server and run the [Shopware CLI `project ci`](../../../../products/tools/cli/) command to install the dependencies and build the assets. Then upload the source code to the server and run the Deployment Helper on the server.
104+
When using SFTP or Deployer, clone the repository to the CI/CD server and run the [Shopware CLI `project ci`](../../../../products/tools/cli/project-commands/build.md) command to install the dependencies and build the assets. Then upload the source code to the server and run the Deployment Helper on the server.
105105

106106
The Deployment Helper sets up Shopware when it is not installed, installs the extensions, and runs the one-time tasks.
107107

0 commit comments

Comments
 (0)