Add cache clear to installation

This commit is contained in:
KMY 2023-09-13 11:03:48 +09:00
parent d450549d14
commit f0d39bba53

View file

@ -56,5 +56,6 @@ RAILS_ENV=production bin/rails assets:precompile
# ElasticSearchを使用する場合
RAILS_ENV=production bin/tootctl search deploy
RAILS_ENV=production bin/tootctl cache clear
sudo systemctl start mastodon-web mastodon-streaming@4000 mastodon-sidekiq
```