From 2f5cf6b2084b6dfea80446c368294637ab615677 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 19 Apr 2022 22:46:33 +0800 Subject: [PATCH] 1 --- scripts/pub.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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',