scripts: new website locations

This commit is contained in:
Mitchell Hashimoto 2015-07-10 16:34:23 -06:00
parent 58ccb48899
commit 20e851dd85
2 changed files with 2 additions and 2 deletions

View File

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

View File

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