Update regarding deploy:update_code (#2137)

This commit is contained in:
Daniel Iwaniec 2020-08-18 12:25:19 +02:00 committed by GitHub
parent 5e27256966
commit c1af01195a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: