ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 596add908f697385a27e79fc8ea46f92f1d0205b
parent fc3fbd15ccb8411d4a71c80fb3b36f9056178f5b
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Tue, 10 Jun 2014 16:56:26 +0400

Update deployment url

Diffstat:
Mgulpfile.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gulpfile.js b/gulpfile.js @@ -157,7 +157,7 @@ gulp.task('watch', ['run'], function () { // Deploy to GitHub Pages. See: https://pages.github.com // ----------------------------------------------------------------------------- gulp.task('deploy', ['build'], function (cb) { - var url = 'https://github.com/watchlist/watchlist.github.io.git'; + var url = 'https://github.com/{name}/{name}.github.io.git'; var exec = require('child_process').exec; var cwd = path.join(__dirname, './build'); var cmd = 'git init && git remote add origin ' + url + ' && ' +