Browse Source

update deploy config

caihongxingqiu 5 years ago
parent
commit
feede1c577
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .rocketeer/config.php

+ 3 - 0
.rocketeer/config.php

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