mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
22 lines
473 B
Markdown
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.
|
|
|
|
|