deployer/docs/recipe/deploy/check_remote.md
Anton Medvedev a2b3da8c32 Add *s
2021-11-08 22:59:39 +01:00

22 lines
473 B
Markdown

<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/deploy/check_remote.php -->
<!-- Then run bin/docgen -->
# check_remote
[Source](/recipe/deploy/check_remote.php)
## Tasks
### deploy:check_remote
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/check_remote.php#L10)
Checks remote head.
Cancel deployment if there would be no change to the codebase.
This avoids unnecessary releases if the latest commit has already been deployed.