Skip to content

Instantly share code, notes, and snippets.

@mandiwise
Last active October 12, 2017 02:53

Revisions

  1. mandiwise revised this gist Oct 12, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dploy.yaml
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,6 @@ staging:
    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]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ]
    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/
  2. mandiwise revised this gist Mar 9, 2017. No changes.
  3. mandiwise revised this gist Mar 9, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dploy.yaml
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,4 @@ staging:
    "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]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ]
    path:
    remote: wp-content/
    remote: public_html/wp-content/
  4. mandiwise revised this gist Mar 9, 2017. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions dploy.yaml
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    staging:
    scheme: ftp
    host: ftp.redacademy.com
    port: 21
    user: YOUR FTP USERNAME
    pass: YOUR FTP PASSWORD
    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]/.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/**" ]
    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]/js/**", "themes/[YOUR-THEME-NAME]/sass/**" ]
    path:
    remote: wp-content/
  5. mandiwise created this gist Jun 10, 2016.
    12 changes: 12 additions & 0 deletions dploy.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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/