-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(deployment): adjust with new version egg-scripts #1757
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1757 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 29 29
Lines 717 717
=======================================
Hits 714 714
Misses 3 3 Continue to review full report at Codecov.
|
docs/source/zh-cn/core/deployment.md
Outdated
``` | ||
|
||
该命令将杀死 master 进程,并通知 worker 和 agent 优雅退出。 | ||
|
||
支持以下参数: | ||
- `--title=egg-server` 用于杀死指定的 egg 应用,未传递则会 killapp。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
未传递则会 killapp
这句有点看不懂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
目前最新的 egg-scripts stop
会杀死机器上的所有 egg 应用
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
killall 我写错了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没 push?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
额,好像在 GitHub 这边 update 后,push 就要 -f 才行。
推了
docs(deployment): adjust with new version egg-scripts (#1757)
Checklist
npm test
passesAffected core subsystem(s)
Description of change
eggjs/scripts#16