Przeglądaj źródła

prev_release fix

walle 6 lat temu
rodzic
commit
9118e8a984
1 zmienionych plików z 1 dodań i 1 usunięć
  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