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

Commit f680de1

Browse files
hguthriedshevtsov
andauthored
Apply suggestions from code review
Co-authored-by: Dmitry Shevtsov <12731225+dshevtsov@users.noreply.github.com>
1 parent 56e7b26 commit f680de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cloud/project/magento-app-php-ini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Configuring PHP settings improperly can cause issues. We recommend only advanced
1818

1919
To increase the PHP memory limit, add the following setting to the `php.ini` file:
2020

21-
```php?start_inline=1
21+
```ini
2222
memory_limit = 1G
2323
```
2424

src/cloud/release-notes/backward-incompatible-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In earlier {{ site.data.var.ct }} releases, you could use the `m2-ece-build` and
8383

8484
- **Running post-deploy hooks**–The `cloud-deploy` command no longer runs post deploy hooks. You must use the new `cloud-post-deploy` command to run post deploy hooks after you deploy. Update your scripts to add the command to run post deploy hooks.
8585

86-
```config
86+
```shell
8787
bin/magento-docker ece-deploy
8888
bin/magento-docker ece-post-deploy
8989
```

0 commit comments

Comments
 (0)