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
antonmedv committed Nov 22, 2021
1 parent 12ae7f0 commit d7e8e14
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/recipe/provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ As only Ubuntu 20.04 LTS is supported for provision should be the `focal`.


### sudo_password
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L214)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L215)





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

Specify which key to copy to server.
Set to `false` to disable copy of key.
Expand Down Expand Up @@ -109,39 +109,39 @@ Installs packages.


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

Configures a server.




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

Configures the ssh.




### provision:deployer
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L223)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision.php#L224)

Setups a deployer user.




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

Setups a firewall.




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

Verifies what provision was successful.

Expand Down

0 comments on commit d7e8e14

Please sign in to comment.