deployer/docs/recipe/deploy/update_code.md
Anton Medvedev 47a193f9af
Add docgen
2020-10-02 01:11:13 +03:00

1.0 KiB

update_code

Source

Config

branch

Source

Determines which branch to deploy. Can be overridden with cli option --branch. If not specified, will get current git HEAD branch as default branch to deploy.

git_cache

Source

This config option will if set to true will instructs git to use previous release files, and download only changed files from server.

You don't need to set this option, it will automatically detect if your git supports this feature.

Faster cloning by borrowing objects from existing clones.

Tasks

deploy:update_code

Source

Update code at release_path on host.