-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwp-cli.yml.dist
More file actions
43 lines (33 loc) · 854 Bytes
/
wp-cli.yml.dist
File metadata and controls
43 lines (33 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
path: web/wp
"@dev":
path: web/wp
"@dev-academy":
path: web/wp
url: https://academy.codingblackfemales.lndo.site
"@dev-jobs":
path: web/wp
url: https://jobs.codingblackfemales.lndo.site
"@staging":
ssh: # user@server
path: # /path/to/wordpress/web/wp
"@staging-academy":
ssh: # user@server
path: # /path/to/wordpress/web/wp
url: https://staging.codingblackfemales.com/academy
"@staging-jobs":
ssh: # user@server
path: # /path/to/wordpress/web/wp
url: https://staging.codingblackfemales.com/jobs
"@prod":
ssh: # user@server
path: # /path/to/wordpress/web/wp
"@prod-academy":
ssh: # user@server
path: # /path/to/wordpress/web/wp
url: https://academy.codingblackfemales.com
"@prod-jobs":
ssh: # user@server
path: # /path/to/wordpress/web/wp
url: https://jobs.codingblackfemales.com
server:
docroot: web