瀏覽代碼

prev_release fix

walle 6 年之前
父節點
當前提交
9118e8a984
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      walle/service/deployer.py

+ 1 - 1
walle/service/deployer.py

@@ -230,7 +230,7 @@ class Deployer:
         command = self.project_info['prev_release']
         current_app.logger.info(command)
         with waller.cd(self.project_info['target_releases']):
-            result = self.local.run(command, wenv=self.config())
+            result = waller.run(command, wenv=self.config())
 
 
         # TODO md5