mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
scripts: change website_push to push from HEAD
so it works properly on release branches
This commit is contained in:
parent
d780524385
commit
3080c827d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user