Last active
April 22, 2016 10:16
-
-
Save IainIsCreative/a7ea11b2975d382848b42dafa223a3b0 to your computer and use it in GitHub Desktop.
Revisions
-
IainIsCreative revised this gist
Apr 22, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ staging: remote: "public_html/subdomain/content/themes/mytheme/" exclude: ["grunt/**", ".bowerrc", ".editorconfig", ".gitignore", ".jshintrc", "bower.json", "Gemfile", "Gemfile.lock", "gruntfile.js", "Gruntfile.js", "package.json", "readme.md", "README.md", "dev/", "dev/**/", "dev/**/*", ".htaccess"] include: "content/themes/mytheme/dist/**" : "dist/" production: host: "staging-host" @@ -31,4 +31,4 @@ production: remote: "public_html/subdomain/content/themes/mytheme/" exclude: ["grunt/**", ".bowerrc", ".editorconfig", ".gitignore", ".jshintrc", "bower.json", "Gemfile", "Gemfile.lock", "gruntfile.js", "Gruntfile.js", "package.json", "readme.md", "README.md", "dev/", "dev/**/", "dev/**/*", ".htaccess"] include: "content/themes/mytheme/dist/**" : "dist/" -
IainIsCreative revised this gist
Apr 21, 2016 . No changes.There are no files selected for viewing
-
IainIsCreative created this gist
Apr 21, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ # Dploy won't ever upload dev, dev should only be used for local env # Add theme folder name, and subdomain for staging # Dploy will only target the theme folder staging: host: "staging-host" user: "staging-user" pass: "staging-pass" scheme: "ftp" port: 21 slots: 2 check: true path: local: "content/themes/mytheme/" remote: "public_html/subdomain/content/themes/mytheme/" exclude: ["grunt/**", ".bowerrc", ".editorconfig", ".gitignore", ".jshintrc", "bower.json", "Gemfile", "Gemfile.lock", "gruntfile.js", "Gruntfile.js", "package.json", "readme.md", "README.md", "dev/", "dev/**/", "dev/**/*", ".htaccess"] include: "content/themes/mytheme/dist/**" : "content/themes/mytheme/dist/" production: host: "staging-host" user: "staging-user" pass: "staging-pass" scheme: "ftp" port: 21 slots: 2 branch: ["master"] check: true, path: local: "content/themes/mytheme/" remote: "public_html/subdomain/content/themes/mytheme/" exclude: ["grunt/**", ".bowerrc", ".editorconfig", ".gitignore", ".jshintrc", "bower.json", "Gemfile", "Gemfile.lock", "gruntfile.js", "Gruntfile.js", "package.json", "readme.md", "README.md", "dev/", "dev/**/", "dev/**/*", ".htaccess"] include: "content/themes/mytheme/dist/**" : "content/themes/mytheme/dist/"