エラー内容
ターミナルでデプロイを実行したところ、
Uglifier::Error: Unexpected character '`'
というエラーが表示され、デプロイが完了しなかった。
解決方法
config/environments/production.rb内にある以下の記述をコメントアウトする。
production.rb
config.assets.js_compressor = :uglifier
config/environments/production.rbファイルとは
参考: https://railsguides.jp/configuring.html
その後、コミット&プッシュで問題は解決しました。
参考
https://railsguides.jp/configuring.html
https://qiita.com/mikd/items/e10805343f2d7534d52c