mirror of https://github.com/openspug/spug
U 优化常规发布构建目录配置处理
parent
f07caacbdc
commit
301ac1de67
|
@ -18,6 +18,7 @@ import uuid
|
||||||
import os
|
import os
|
||||||
|
|
||||||
REPOS_DIR = settings.REPOS_DIR
|
REPOS_DIR = settings.REPOS_DIR
|
||||||
|
BUILD_DIR = settings.BUILD_DIR
|
||||||
|
|
||||||
|
|
||||||
def dispatch(req, fail_mode=False):
|
def dispatch(req, fail_mode=False):
|
||||||
|
@ -247,7 +248,7 @@ def _deploy_ext1_host(req, helper, h_id, env):
|
||||||
try:
|
try:
|
||||||
callback = helper.progress_callback(host.id)
|
callback = helper.progress_callback(host.id)
|
||||||
ssh.put_file(
|
ssh.put_file(
|
||||||
os.path.join(REPOS_DIR, 'build', tar_gz_file),
|
os.path.join(BUILD_DIR, tar_gz_file),
|
||||||
os.path.join(extend.dst_repo, tar_gz_file),
|
os.path.join(extend.dst_repo, tar_gz_file),
|
||||||
callback
|
callback
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue