sbt-idp/push.sh

7 lines
216 B
Bash
Raw Normal View History

2024-07-05 08:22:49 +00:00
git config --global --unset https.proxy
git config --global --unset http.proxy
git push prod main
git config --global http.proxy http://107.120.133.64:8080
git config --global https.proxy http://107.120.133.64:8080