1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Merge pull request #23 from nemsia/patch-3

[fix] Jenkins upgrade error
This commit is contained in:
__cyp 2017-05-07 16:08:31 +02:00 committed by GitHub
commit 7aec4035b8

View file

@ -62,6 +62,9 @@ RAILS_ENV=production bundle exec rails assets:precompile
RAILS_ENV=production bundle exec rails db:migrate
COMMANDS
# Restart Mastodon
sudo systemctl start mastodon-*.service
# Reload Nginx
sudo systemctl reload nginx
@ -70,6 +73,3 @@ ynh_app_setting_set "$app" unprotected_uris "/"
# Reload SSOwat configuration
sudo yunohost app ssowatconf
# Restart Mastodon
sudo systemctl start mastodon-*.service