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

Commit 8f7d6bb

Browse files
authored
Merge pull request #8689 from mrtuvn/add-update-command-for-pipeline-deployment
Add upgrade command for deployment pipeline
2 parents 6ba16db + 7d2b199 commit 8f7d6bb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

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

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

1521
```bash
16-
php bin/magento setup:di:compile
22+
bin/magento setup:di:compile
1723
```
1824

1925
1. After code has been compiled, generate static view files:
2026

2127
```bash
22-
php bin/magento setup:static-content:deploy -f
28+
bin/magento setup:static-content:deploy -f
2329
```
2430

2531
1. Check the changes into source control.

0 commit comments

Comments
 (0)