diff --git a/scripts/pub.py b/scripts/pub.py index 220e0e7..8b5f402 100644 --- a/scripts/pub.py +++ b/scripts/pub.py @@ -97,6 +97,15 @@ projects = [ 'res': '', 'targetRes': '', }, + { + 'name': 'httpproxy', + 'git': 'git@git.kingsome.cn:publish/httpproxy_z2_test.git', + 'targetGit': 'git@git.kingsome.cn:publish/httpproxy_z$id_test.git', + 'conf': 'prod/global/httpproxy_z2_test', + 'targetConf': 'prod/global/httpproxy_z$id_test', + 'res': '', + 'targetRes': '', + }, { 'name': 'game2006_wsproxy', 'git': 'git@git.kingsome.cn:publish/game2006_wsproxy_z2_test.git',