-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
46 lines (44 loc) · 1.34 KB
/
dev.yml
File metadata and controls
46 lines (44 loc) · 1.34 KB
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
adapter: sftp
port: 22
host: 192.168.0.1
username: webdeploy
password: supersecurepasswordbro!
local_path: wordpress/wp-content
path: /var/www/vhosts/mysite-dev.edlfb.net/wp-content
exclude:
- .gitignore
- index.php
- dandelion.yml
- .vagrant
- uploads
- .htaccess
- wp-config.php
- advanced-cache.php
- db.php
- Gruntfile.js
- bower.json
- package.json
- sass
- .sass-cache
- sitemap.json
- node_modules
- bower_components
- themes/custom/Gruntfile.js
- themes/custom/README.md
- themes/custom/bower.json
- themes/custom/package.json
- themes/custom/sass/
- themes/custom/.sass-cache/
- themes/custom/sitemap.json/
- themes/custom/node_modules/
- themes/custom/bower_components/
- wp-content/themes/custom/Gruntfile.js
- wp-content/themes/custom/README.md
- wp-content/themes/custom/bower.json
- wp-content/themes/custom/package.json
- wp-content/themes/custom/sass/
- wp-content/themes/custom/.sass-cache/
- wp-content/themes/custom/node_modules/
- wp-content/themes/custom/bower_components/
additional:
- wordpress/wp-content/themes/custom/theme/style.css: themes/custom/theme/style.css