本番環境でアプリのディレクトリまでいき、下記を実行する。
bundle exec rake assets:precompile RAILS_ENV=production
で、アプリを再起動する。
$ sudo service nginx restart
$ sudo systemctl restart postgresql
$ ps -ef | grep unicorn | grep -v grep
$ bundle exec unicorn_rails -c /var/www/rails/Portfolio/config/unicorn.conf.rb -D -E production
終了です。