sbt-idp/push.sh
2024-07-05 15:22:49 +07:00

7 lines
216 B
Bash

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