From 881a2bd6c99aafaba5274d2244037d1738c2473d Mon Sep 17 00:00:00 2001 From: andriokha <3338309+andriokha@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:42:23 +0100 Subject: [PATCH] Update deploy documentation (#6130) The commands shown were no longer in sync with what was happening. --- docs/deploycommand.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deploycommand.md b/docs/deploycommand.md index f4c17d5bb4..0f37938886 100644 --- a/docs/deploycommand.md +++ b/docs/deploycommand.md @@ -6,8 +6,7 @@ deployment script updates the codebase for the target site and then this command performs the following: ```shell -drush updatedb --no-cache-clear -drush cache:rebuild +drush updatedb drush config:import drush cache:rebuild drush deploy:hook