소스 검색

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