Added chewy:deploy to list of rake tasks (#570)

Not sure about the wording, but wanted to get this one on the list.
This commit is contained in:
Hugh Messenger 2018-03-10 14:38:29 +01:00 committed by Eugen Rochko
parent 1f389ae068
commit 05e6419a57
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ Furthermore, in the command, `rake` is interchangeable with `rails`
|----|-----------|-----|
|mastodon:emails:digest|Sends out a personal digest to all eligible inactive users. Digest includes mentions since the last time the user was active. No e-mail is sent if there is no new content since last digest or user activity|
#### ElasticSearch
|Task|Description|Usage|
|----|-----------|-----|
|chewy:deploy|Rebuilds ElasticSearch indexes from scratch. Useful when first deploying ES, to index existing toots|
#### Misc
|Task|Description|Usage|