$ git push heroku master

 

▼remote: ! Failed to install gems via Bundler.

■$ bundle install --without production

解決

 


▼remote: ! Detected sqlite3 gem which is not supported on Heroku:
remote: ! https://devcenter.heroku.com/articles/sqlite3

■gem 'sqlite3'  削除

■$ bundle install --without production

■$ git commit -a -m "Update gemfile.lock for heroku"

 

$ git push heroku master

Sass::SyntaxError: File to import not found or unreadable: reset.

 

reset.scss に問題あり

んんん

デプロイ優先

reset.scssファイル削除

git commit -a -m "Update gemfile.lock for heroku"

git commit -am "make it better"

で解決

 

$ git push heroku master

 

実行

......................deployed

いった..........

 

ページ確認

Application error

An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command
heroku logs --tail

エラーが発生しページを表示できません。ログ確認してください

 

へえ

 

明日やろう