Skip to content

Instantly share code, notes, and snippets.

@mandiwise
Last active October 12, 2017 02:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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: 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