kuaifan hace 5 años
padre
commit
7cf40d431a
Se han modificado 5 ficheros con 6 adiciones y 8 borrados
  1. 2 4
      install/BT.md
  2. 1 1
      install/DOCKER.md
  3. 1 1
      install/SERVER.md
  4. 1 1
      install/en/DOCKER.md
  5. 1 1
      install/en/SERVER.md

+ 2 - 4
install/BT.md

@@ -156,12 +156,10 @@ $ systemctl restart supervisord
 
 ## 升级更新
 
-- 进入服务器,切换至网站目录,然后依次运行一下命令:
+- 将最新的代码上传至站点;
+- 进入服务器,切换至站点目录,然后依次运行以下命令:
 
 ```bash
-$ git fetch --all
-$ git reset --hard origin/master
-$ git pull
 $ composer install
 $ php artisan migrate
 

+ 1 - 1
install/DOCKER.md

@@ -82,7 +82,7 @@ $ ./cmd mysql "your command"            // 运行 mysql 命令
 
 ## 升级更新
 
-- 进入目录,依次运行下命令:
+- 进入目录,依次运行下命令:
 
 ```bash
 $ git fetch --all

+ 1 - 1
install/SERVER.md

@@ -148,7 +148,7 @@ server {
 
 ## 升级更新
 
-- 进入目录,依次运行下命令:
+- 进入目录,依次运行下命令:
 
 ```bash
 $ git fetch --all

+ 1 - 1
install/en/DOCKER.md

@@ -82,7 +82,7 @@ $ ./cmd mysql "your command"            // To run a mysql command
 
 ## Upgrade
 
-- Enter the directory and run the following command in turn:
+- Go to the directory and run the following commands in turn:
 
 ```bash
 $ git fetch --all

+ 1 - 1
install/en/SERVER.md

@@ -148,7 +148,7 @@ server {
 
 ## Upgrade
 
-- Enter the directory and run the following command in turn:
+- Go to the directory and run the following commands in turn:
 
 ```bash
 $ git fetch --all