Skip to content

Commit

Permalink
[automatic] Update docs with bin/docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2024
1 parent 4d1fba6 commit d81a77f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/recipe/provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,47 +85,47 @@ Collects required params.


### provision:update
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L119)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L123)

Adds repositories and update.




### provision:upgrade
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L136)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L140)

Upgrades all packages.




### provision:install
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L144)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L148)

Installs packages.




### provision:ssh
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L179)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L183)

Configures the ssh.




### provision:firewall
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L191)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L195)

Setups a firewall.




### provision:verify
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L200)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L204)

Verifies what provision was successful.

Expand Down
2 changes: 1 addition & 1 deletion docs/recipe/provision/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Setups a deployer user.


### provision:ssh_copy_id
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/user.php#L55)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/user.php#L58)

Copy public key to remote server.

Expand Down

0 comments on commit d81a77f

Please sign in to comment.