xielin vor 5 Jahren
Ursprung
Commit
94afb18a57
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      .rocketeer/config.php
  2. 1 1
      .rocketeer/scm.php

+ 1 - 1
.rocketeer/config.php

@@ -7,7 +7,7 @@ return [
     // The name of the application to deploy
     // This will create a folder of the same name in the root directory
     // configured above, so be careful about the characters used
-    'application_name' => 'trace-manage',
+    'application_name' => 'platform-trace',
 
     // Plugins
     ////////////////////////////////////////////////////////////////////

+ 1 - 1
.rocketeer/scm.php

@@ -10,7 +10,7 @@ return [
 
     // The SSH/HTTPS address to your repository
     // Example: https://github.com/vendor/website.git
-    'repository' => 'http://caihongxingqiu:Ch20151002@git.caihongxingqiu.net/rainbow/community-manage.git',
+    'repository' => 'http://caihongxingqiu:Ch20151002@git.caihongxingqiu.net/rainbow/platform-trace.git',
 
     // The repository credentials : you can leave those empty
     // if you're using SSH or if your repository is public