Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a93370e

Browse files
committed
Add upgrade command for deployment pipeline
update
1 parent 9eba2c9 commit a93370e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/_includes/config/split-deploy/example_build-sync.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ To update your build system:
1010
git pull mconfig m2.2_deploy
1111
```
1212

13+
1. Run upgrade Magento:
14+
15+
```bash
16+
php bin/magento setup:upgrade
17+
```
18+
1319
1. Compile code:
1420

1521
```bash

0 commit comments

Comments
 (0)