diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gh-pages.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/gh-pages.js b/scripts/gh-pages.js index 257dcce..df7ab83 100644 --- a/scripts/gh-pages.js +++ b/scripts/gh-pages.js @@ -4,12 +4,13 @@ ghpages.publish( '__sapper__/export/Aurora-data', { branch: 'gh-pages', - repo: 'https://github.com/JakobST1n/Aurora-data.git', + repo: 'git@github.com:JakobST1n/Aurora-data.git', user: { name: 'jakobst1n' } }, - () => { + (e) => { + console.log(e); console.log('Deploy Complete!') }, console.log |