Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e67db6a

Browse files
committed
MAGECLOUD-2026 post-deploy typo
1 parent 86dcd04 commit e67db6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.2/cloud/project/project-conf-files_magento-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ hooks:
203203
php ./bin/magento <custom-command>
204204
# We run post deploy hook to clean and warm the cache.
205205
post_deploy: |
206-
php ./vendor/bin/ece-tools post_deploy
206+
php ./vendor/bin/ece-tools post-deploy
207207
```
208208

209209
The commands run from the application (`/app`) directory. You can use the `cd` command to change the directory. The hooks fail if the final command in them fails. To cause them to fail on the first failed command, add `set -e` to the beginning of the hook.

0 commit comments

Comments
 (0)