Skip to content

Commit 7549cc3

Browse files
committed
[automatic] Update docs with bin/docgen
1 parent eb1b38c commit 7549cc3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/recipe/provision/databases.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,49 @@
2424

2525

2626

27-
### db_password
27+
### db_user
2828
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L18)
2929

3030

3131

3232

3333

34+
### db_password
35+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L22)
36+
37+
38+
39+
40+
3441

3542
## Tasks
3643

3744
### provision:databases
38-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L23)
45+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L27)
3946

4047
Provision databases.
4148

4249

4350

4451

4552
### provision:mysql
46-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L36)
53+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L38)
4754

4855
Provision MySQL.
4956

5057

5158

5259

5360
### provision:mariadb
54-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L41)
61+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L52)
5562

5663
Provision MariaDB.
5764

5865

5966

6067

6168
### provision:postgresql
62-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L46)
69+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/provision/databases.php#L57)
6370

6471
Provision PostgreSQL.
6572

0 commit comments

Comments
 (0)