|
@@ -30,14 +30,14 @@ return [
|
|
|
|
|
|
|
|
|
|
|
|
- 'default' => ['production'],
|
|
|
+ 'default' => ['beta'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'connections' => [
|
|
|
- 'production' => [
|
|
|
+ 'beta' => [
|
|
|
'host' => '47.92.174.125:2345',
|
|
|
'username' => 'root',
|
|
|
'password' => '',
|
|
@@ -46,6 +46,15 @@ return [
|
|
|
'agent' => '',
|
|
|
'db_role' => true,
|
|
|
],
|
|
|
+ 'production' => [
|
|
|
+ 'host' => '47.92.30.243:2345',
|
|
|
+ 'username' => 'root',
|
|
|
+ 'password' => '',
|
|
|
+ 'key' => '/root/.ssh/id_rsa',
|
|
|
+ 'keyphrase' => '',
|
|
|
+ 'agent' => '',
|
|
|
+
|
|
|
+ ],
|
|
|
],
|
|
|
|
|
|
|
|
@@ -63,9 +72,9 @@ return [
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -77,7 +86,16 @@ return [
|
|
|
|
|
|
'stages' => [],
|
|
|
|
|
|
- 'connections' => [],
|
|
|
+ 'connections' => [
|
|
|
+ 'production' => [
|
|
|
+ 'remote' => [
|
|
|
+ 'root_directory' => '/data/wwwroot/uptoyo/api'
|
|
|
+ ],
|
|
|
+ 'scm' => [
|
|
|
+ 'branch' => 'release'
|
|
|
+ ]
|
|
|
+ ]
|
|
|
+ ],
|
|
|
|
|
|
],
|
|
|
|