Ver código fonte

update deploy config

caihongxingqiu 5 anos atrás
pai
commit
26c54b3eaa
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .rocketeer/config.php

+ 3 - 0
.rocketeer/config.php

@@ -90,6 +90,9 @@ return [
             'production'    => [
                 'remote'    => [
                     'root_directory'    => '/data/wwwroot/uptoyo/api'
+                ],
+                'scm'   => [
+                    'branch'    => 'release'
                 ]
             ]
         ],