Skip to content

Commit

Permalink
scripts: new website locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 10, 2015
1 parent 58ccb48 commit 20e851d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/website_push_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:vagrantup-docs.git
git remote add heroku-docs [email protected]:vagrantup-docs-2.git
}

# Push the subtree (force)
Expand Down
2 changes: 1 addition & 1 deletion scripts/website_push_www.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:vagrantup-www.git
git remote add heroku-www [email protected]:vagrantup-www-2.git
}

# Push the subtree (force)
Expand Down

0 comments on commit 20e851d

Please sign in to comment.