Files
netease-modsdk-wiki/docs/mcguide/27-网络游戏/课程3:简易网络服模板部署与常见操作/第5节:部署网络服.md
2025-03-17 13:24:39 +08:00

26 lines
1007 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
front: https://mc.res.netease.com/pc/zt/20201109161633/mc-dev/assets/img/bushujieshao.32a5d8c3.png
hard: 入门
time: 10分钟
---
# 部署网络服
上一小节我们介绍了网络服的进阶配置,当完成服务器配置后,修改仅仅只是保存在本地,接下来我们介绍如何将修改部署应用到服务器上。
本节内容可查阅[视频教程](https://cc.163.com/act/m/daily/iframeplayer/?id=5faa58dc5655da63cc2d8a5d)的**部署网络服**小节
## 智能部署
网络服开发页面的部署按钮默认采取智能部署方式,总是尝试采取最快最低成本的更新方式,使修改的代码生效。
通常在开发阶段,总是使用智能部署就可以了。
常用的配置包括修改服务器数量修改Apollo大小版本新增一种类型的大厅服/游戏服等。
Apollo网络服中的各种配置可以一次性修改部署会自动根据配置的变化选择最优的部署方式。
![](./images/bushujieshao.png)