scripts: change website_push to push from HEAD

so it works properly on release branches
This commit is contained in:
Paul Hinze 2015-07-28 18:38:59 -05:00
parent d780524385
commit 3080c827d8
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
cd $DIR
# Push the subtree (force)
git push heroku `git subtree split --prefix website master`:master --force
git push heroku `git subtree split --prefix website HEAD`:master --force