scripts: new website locations
This commit is contained in:
parent
58ccb48899
commit
20e851dd85
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue