diff --git a/scripts/website_push_docs.sh b/scripts/website_push_docs.sh index fd3937fc4..9bcb167bd 100755 --- a/scripts/website_push_docs.sh +++ b/scripts/website_push_docs.sh @@ -10,7 +10,7 @@ cd $DIR # Add the git remote if it doesn't exist git remote | grep heroku-docs || { - git remote add heroku-docs git@heroku.com:vagrantup-docs.git + git remote add heroku-docs git@heroku.com:vagrantup-docs-2.git } # Push the subtree (force) diff --git a/scripts/website_push_www.sh b/scripts/website_push_www.sh index 1d5f180f9..cc1e639b7 100755 --- a/scripts/website_push_www.sh +++ b/scripts/website_push_www.sh @@ -10,7 +10,7 @@ cd $DIR # Add the git remote if it doesn't exist git remote | grep heroku-www || { - git remote add heroku-www git@heroku.com:vagrantup-www.git + git remote add heroku-www git@heroku.com:vagrantup-www-2.git } # Push the subtree (force)