diff --git a/scripts/pub.py b/scripts/pub.py index 8b5f402..58d8696 100644 --- a/scripts/pub.py +++ b/scripts/pub.py @@ -8,6 +8,7 @@ import os # statserver_z2_test # mail_z2_test # loginserver_z2_test +# cloud_z2_test # gamelog_z2_test # service_z2_test # web3service_z2_test @@ -79,6 +80,15 @@ projects = [ 'res': '', 'targetRes': '', }, + { + 'name': 'cloud', + 'git': 'git@git.kingsome.cn:publish/cloud_z2_test.git', + 'targetGit': 'git@git.kingsome.cn:publish/cloud_z$id_test.git', + 'conf': 'prod/global/cloud_z2_test', + 'targetConf': 'prod/global/cloud_z$id_test', + 'res': '', + 'targetRes': '', + }, { 'name': 'service', 'git': 'git@git.kingsome.cn:publish/service_z2_test.git',