Skip to content

Commit

Permalink
scripts: change website_push to push from HEAD
Browse files Browse the repository at this point in the history
so it works properly on release branches
  • Loading branch information
phinze committed Jul 28, 2015
1 parent d780524 commit 3080c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/website_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3080c82

Please sign in to comment.