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

Add trace on assets:precompile

This commit is contained in:
nemsia 2018-05-15 11:09:29 +02:00 committed by GitHub
parent e0552a8bab
commit a3fbc51508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ MCOMMANDS
sudo su - $app <<COMMANDS
pushd ~/live
RAILS_ENV=production bundle exec rails assets:clean
RAILS_ENV=production bundle exec rails assets:precompile
RAILS_ENV=production bundle exec rails assets:precompile --trace
RAILS_ENV=production bundle exec rails db:migrate
# Upgrade to 2.2.0
RAILS_ENV=production bundle exec rails mastodon:maintenance:remove_regeneration_markers