1
0
Fork 0

Added deploy URL for github pages

This commit is contained in:
Michaël Lemaire 2015-01-16 01:00:00 +01:00
parent b94553f913
commit 9a6b0d3c6c

View file

@ -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 () {