Deploy new website

This commit is contained in:
Niklas von Hertzen 2017-12-12 23:26:28 +08:00
parent c4ba6f795c
commit 91641a3746
3 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ deploy:
- provider: pages - provider: pages
skip_cleanup: true skip_cleanup: true
local_dir: www/public local_dir: www/public
target_branch: gh-pages-test target_branch: gh-pages
fqdn: html2canvas.hertzen.com fqdn: html2canvas.hertzen.com
github_token: github_token:
secure: "PowO/Jat660k3gHcjgI6DlJz15RM7pLUu11UPsLCtYJ8ZwodppE6Keg0DfVkSFSIZttZor+UssDwP/WOEqfZNLqmXbcj3Gec4xolohet/GOe0KJKKuF/HgggbcxumopxMX6sMVePlMBpkLpHh7tgEAEHBWTlzC1c1a7Xa48fZ7k=" secure: "PowO/Jat660k3gHcjgI6DlJz15RM7pLUu11UPsLCtYJ8ZwodppE6Keg0DfVkSFSIZttZor+UssDwP/WOEqfZNLqmXbcj3Gec4xolohet/GOe0KJKKuF/HgggbcxumopxMX6sMVePlMBpkLpHh7tgEAEHBWTlzC1c1a7Xa48fZ7k="

6
www/package-lock.json generated
View File

@ -4895,9 +4895,9 @@
"integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU=" "integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU="
}, },
"html2canvas": { "html2canvas": {
"version": "1.0.0-alpha.3", "version": "1.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.3.tgz", "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.4.tgz",
"integrity": "sha1-0QeAa+W1kuRr0iI7B3KTgaBIGzo=", "integrity": "sha1-t1Q+6kUkAHitGEesk5CBpXUYCho=",
"requires": { "requires": {
"punycode": "2.1.0" "punycode": "2.1.0"
} }

View File

@ -18,7 +18,7 @@
"gatsby-source-filesystem": "^1.5.9", "gatsby-source-filesystem": "^1.5.9",
"gatsby-transformer-remark": "^1.7.23", "gatsby-transformer-remark": "^1.7.23",
"gzip-size": "^4.1.0", "gzip-size": "^4.1.0",
"html2canvas": "1.0.0-alpha.3", "html2canvas": "1.0.0-alpha.4",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"typography": "^0.16.6", "typography": "^0.16.6",
"typography-theme-github": "^0.15.10" "typography-theme-github": "^0.15.10"