From e53bddfc71d70eb9f2b7a2910b4b191bc43088ab Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 13 Oct 2020 20:28:52 +0200 Subject: First commit --- scripts/gh-pages.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/gh-pages.js (limited to 'scripts/gh-pages.js') diff --git a/scripts/gh-pages.js b/scripts/gh-pages.js new file mode 100644 index 0000000..6c5d60e --- /dev/null +++ b/scripts/gh-pages.js @@ -0,0 +1,15 @@ +var ghpages = require('gh-pages'); + +ghpages.publish( + '__sapper__/export/aurora-data', + { + branch: 'gh-pages', + repo: 'https://github.com/JakobST1n/Aurora-data.git', + user: { + name: 'jakobst1n' + } + }, + () => { + console.log('Deploy Complete!') + } +) -- cgit v1.2.3