Skip to content

Instantly share code, notes, and snippets.

@mandiwise
Last active October 12, 2017 02:53
Show Gist options
  • Save mandiwise/c4ab72b4d3a2ae9df2ae9ce3a904b76b to your computer and use it in GitHub Desktop.
Save mandiwise/c4ab72b4d3a2ae9df2ae9ce3a904b76b to your computer and use it in GitHub Desktop.
Community Project DPLOY config file
staging:
scheme: ftp
host: ftp.redacademy.com
port: 21
user: YOUR FTP USERNAME
pass: YOUR FTP PASSWORD
check: true
include:
"themes/[YOUR-THEME-NAME]/build/**": "themes/[YOUR-THEME-NAME]/build/"
exclude: [ "README.md", ".gitignore", "themes/[YOUR-THEME-NAME]/.jscsrc", "themes/[YOUR-THEME-NAME]/.jshintrc", "themes/[YOUR-THEME-NAME]/gulpfile.js", "themes/[YOUR-THEME-NAME]/package.json", "themes/[YOUR-THEME-NAME]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ]
path:
remote: wp-content/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment