We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43874a3 commit 93a5649Copy full SHA for 93a5649
bazoku.bzl
@@ -68,7 +68,7 @@ def _bazoku_impl(ctx):
68
git add . # TODO: try and restrict this a little. Maybe it's no possible due to deps etc..
69
git commit -m --allow-empty &> /dev/null
70
echo $spacer
71
- git push heroku master -f --quiet
+ git push heroku $(git rev-parse --abbrev-ref HEAD):main -f --quiet
72
cd $runfile_path
73
rm -rf /tmp/bazoku
74
""".format(heroku_cli.short_path, ctx.attr.heroku_app_name, binary.short_path)
0 commit comments