添加keys 发布接口
This commit is contained in:
parent
9d1c3114f6
commit
b33374dc26
@ -28,7 +28,10 @@ class DeployKeys:
|
|||||||
self.svn_paths = f"{self.svn_base}/{self.project}"
|
self.svn_paths = f"{self.svn_base}/{self.project}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
if not os.path.isdir(self.svn_paths):
|
||||||
|
self.svn_paths = f"/data/publish/svn/{self.env}/global/{self.project}"
|
||||||
svn_path, ipadr = self.get_config()
|
svn_path, ipadr = self.get_config()
|
||||||
if ipadr:
|
if ipadr:
|
||||||
args = dict()
|
args = dict()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user