mirror of https://github.com/zulip/zulip.git
scripts: rename deploy-zulip-from-git to reference upgrading.
This commit is contained in:
parent
7f445be23d
commit
fba93cb494
|
@ -37,7 +37,7 @@ All notable changes to the Zulip server are documented in this file.
|
|||
manifests (setting a redis password, etc.).
|
||||
- Added automatic configuration of postgres/memcached settings based
|
||||
on the server's available RAM.
|
||||
- Added scripts/deploy-zulip-from-git for upgrading Zulip from a Git repo.
|
||||
- Added scripts/upgrade-zulip-from-git for upgrading Zulip from a Git repo.
|
||||
- Added preliminary support for Python 3. All of Zulip's test suites now
|
||||
pass using Python 3.4.
|
||||
- Added support for `Name <email@example.com>` format when inviting users.
|
||||
|
|
|
@ -149,7 +149,7 @@ Zulip is new enough that this script exists), you can do deployments
|
|||
by running as root:
|
||||
|
||||
```
|
||||
/home/zulip/deployments/current/scripts/deploy-zulip-from-git <branch>
|
||||
/home/zulip/deployments/current/scripts/upgrade-zulip-from-git <branch>
|
||||
```
|
||||
|
||||
and Zulip will automatically fetch the relevant branch from the
|
||||
|
|
Loading…
Reference in New Issue