Skip to content

Commit e65f886

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

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,14 @@ A one-time task is only recorded as done after it succeeds. If it keeps running,
6565

6666
## A config setting seems to have no effect
6767

68-
Unrecognized keys in `.shopware-project.yml` are ignored silently. Check:
68+
Deployment Helper provides a configuration schema for `.shopware-project.yml`. Use it in your editor to validate the file while editing, so misspelled or misplaced keys are reported before deployment.
6969

70-
- The key is spelled correctly and nested under `deployment:`.
70+
Check if:
71+
72+
- Your editor is using the schema and does not report any validation errors.
73+
- The key is nested under the correct section, for example `deployment:`.
7174
- You are editing the file the helper actually loads. If `SHOPWARE_PROJECT_CONFIG_FILE` or `--project-config` is set, that file wins over the auto-discovered one.
72-
- A `.shopware-project.local.yml` isn't overriding your value (local files merge on top of the base). See [Local configuration overrides](deployment-helper.md#local-configuration-overrides).
75+
- A `.shopware-project.local.yml` is overriding your value. Local files merge on top of the base file. See [Local configuration overrides](deployment-helper.md#local-configuration-overrides).
7376

7477
## Extensions aren't being installed or updated as expected
7578

0 commit comments

Comments
 (0)