diff --git a/gulpfile.js b/gulpfile.js index 57286a0cda9110133b59b6786083fd119b997667..50370848d2736e757ee1f0a33e3640ab0bcb30ed 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,7 +74,7 @@ gulp.task('clean', () => { gulp.task('deploy', function () { gulp.src('./dist/**/*') .pipe(ghPages({ - remoteUrl: 'git@git.coding.net:Lxxyx/LxxyxResume.git', + remoteUrl: 'git@github.com:Lxxyx/lxxyx.github.io.git', branch: 'master' })) })