Last active
October 12, 2017 02:53
-
-
Save mandiwise/c4ab72b4d3a2ae9df2ae9ce3a904b76b to your computer and use it in GitHub Desktop.
Community Project DPLOY config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
staging: | |
scheme: sftp | |
host: PROJECT-NAME.cp.academy.red | |
port: 22 | |
user: YOUR PROJECT NAME | |
pass: YOUR SFTP PASSWORD | |
check: true | |
include: | |
"themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/" | |
exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.eslintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/package-lock.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ] | |
path: | |
remote: public_html/wp-content/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment