diff --git a/.teamcity/update-homebrew.sh b/.teamcity/update-homebrew.sh index 5dac42c5..6d606d9c 100755 --- a/.teamcity/update-homebrew.sh +++ b/.teamcity/update-homebrew.sh @@ -63,4 +63,8 @@ git diff git config user.name "cloudflare-warp-bot" git config user.email "warp-bot@cloudflare.com" git commit -m "Release Argo Tunnel $VERSION" -git push -v origin master + +#git push -v origin master +# don't push to master, push to some testing branch +git checkout -b deploy-test +git push -v origin deploy-test