Skip to content

Commit d9b694f

Browse files
authored
Update deploy.sh
1 parent 0bb73c0 commit d9b694f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ git add -A
1818
git commit -m 'deploy'
1919

2020
# if you are deploying to https://<USERNAME>.github.io
21-
git remote set-url origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
22-
git push -f origin master
21+
git push -f https://kabbagepatch:kabbagepatch@github.com/kabbagepatch/kabbagepatch.github.io.git master
2322

2423
# if you are deploying to https://<USERNAME>.github.io/<REPO>
2524
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages

0 commit comments

Comments
 (0)