[automatic] Update docs with bin/docgen

This commit is contained in:
github-actions 2025-04-07 07:28:25 +00:00
parent ac261542db
commit 734ced577d

View File

@ -93,7 +93,7 @@ Adds repositories and update.
### provision\:upgrade {#provision-upgrade}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L140)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L149)
Upgrades all packages.
@ -101,7 +101,7 @@ Upgrades all packages.
### provision\:install {#provision-install}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L148)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L157)
Installs packages.
@ -109,7 +109,7 @@ Installs packages.
### provision\:ssh {#provision-ssh}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L183)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L192)
Configures the ssh.
@ -117,7 +117,7 @@ Configures the ssh.
### provision\:firewall {#provision-firewall}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L195)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L204)
Setups a firewall.
@ -125,7 +125,7 @@ Setups a firewall.
### provision\:verify {#provision-verify}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L204)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L213)
Verifies what provision was successful.