From c1af01195a341753b78ce7cf08be70fc7aad7f5d Mon Sep 17 00:00:00 2001 From: Daniel Iwaniec Date: Tue, 18 Aug 2020 12:25:19 +0200 Subject: [PATCH] Update regarding deploy:update_code (#2137) --- docs/flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flow.md b/docs/flow.md index 450146eb..0c3c0088 100755 --- a/docs/flow.md +++ b/docs/flow.md @@ -55,7 +55,7 @@ Also, if in the `deploy_path` there was a previous release symlink, it will be d ### deploy:update_code -Downloads a new version of code using Git. If you are using Git version 2.0 and `git_cache` config is turned on, this task will use files from the previous release, so only changed files will be downloaded. +Downloads a new version of code using Git. If you are using Git version 2.3 and `git_cache` config isn't turned off, this task will use files from the previous release (using `reference` option for `git clone`), so only changed files will be downloaded. Override this task in `deploy.php` to create your own code transfer strategy: