Fix Upgrade
This commit is contained in:
parent
7ca04c5425
commit
4d55217264
1 changed files with 2 additions and 0 deletions
|
|
@ -141,8 +141,10 @@ MCOMMANDS
|
|||
|
||||
# Apply Mastodon upgrade
|
||||
(
|
||||
pushd $final_path/live
|
||||
RAILS_ENV=production $final_path/.rbenv/versions/2.5.1/bin/bundle exec rails assets:clean
|
||||
RAILS_ENV=production $final_path/.rbenv/versions/2.5.1/bin/bundle exec rails assets:precompile
|
||||
popd
|
||||
|
||||
sudo su - $app <<COMMANDS
|
||||
pushd ~/live
|
||||
|
|
|
|||
Loading…
Reference in a new issue