From 9a6b0d3c6cf7587555a1b25ecd3abea9d5173ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Lemaire?= Date: Fri, 16 Jan 2015 01:00:00 +0100 Subject: [PATCH] Added deploy URL for github pages --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 4cd35c3..f78379c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -120,7 +120,9 @@ gulp.task('minifyCss', ['less'], function () { gulp.task('deploy', function () { return gulp.src('./dist/**/*') - .pipe(deploy()); + .pipe(deploy({ + remoteUrl: "git@github.com:thunderk/spacetac.git", + })); }); gulp.task('default', function () {