From b096317fde2ba3e2eb6a3119b9304bcbadef9560 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 4 Jan 2019 10:17:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=88=E5=B9=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/deployment.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 9019f6a7ab..1d7320e78d 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -39,9 +39,7 @@ Learn more about server-side redirects [below](#fallback). This is the simplest production-ready deployment of your application. -这*不是*生产环境部署。它没有优化过,对最终用户来说也不快。 -但是,这足够用来跟管理者、团队成员和其它涉众在内部分享你的进度和想法了。 -部署的下一个步骤,参见[为生产环境优化](#optimize)。 +这是对应用进行生产环境部署的最简方式。 {@a deploy-to-github}