-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMovefile.example
57 lines (51 loc) · 970 Bytes
/
Movefile.example
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
global:
sql_adapter: "default"
local:
vhost: "http://div.test"
wordpress_path: "/path/to/wp"
database:
name: "div_test"
user: "div_test"
password: "password"
host: "127.0.0.1"
dev:
vhost: "http://div.com"
wordpress_path: "/path/to/wp"
database:
name: "database_name"
user: "user"
password: "password"
host: "127.0.0.1"
exclude:
- "*.sql"
- "*.gz"
- ".DS_Store"
- ".env.example"
- ".git/"
- ".gitignore"
- ".gitkeep"
- ".idea"
- ".sass-cache/"
- "cache"
- "conf"
- "ee-config.php"
- "div_test.sql"
- "htdocs"
- "logs"
- "node_modules/"
- "post-install.sh"
- "post-update.sh"
- "tmp/*"
- "wp-content/*.gz"
- "wp-content/*.sql"
- "CHANGELOG.md"
- "Gemfile*"
- "LICENSE.md"
- "Movefile"
- "Movefile.example"
- "README.md"
- "Thumbs.db"
ssh:
host: "host"
user: "user"
rsync_options: "--verbose"