Parcourir la source

update deploy config

caihongxingqiu il y a 5 ans
Parent
commit
feede1c577
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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'
                 ]
             ]
         ],