scripts: rename deploy-zulip-from-git to reference upgrading.

This commit is contained in:
Tim Abbott 2016-08-25 09:11:31 -07:00
parent 7f445be23d
commit fba93cb494
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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