Task |
---|
name :string |
detail :text |
ruby 2.6.5
rails 5.2.4
- アセットプリコンパイルをする
$ rails assets:precompile RAILS_ENV=production
- コミットする
~/workspace/heroku_test_app (master) $ git add -A
~/workspace/heroku_test_app (master) $ git commit -m "init"
- Herokuに新しいアプリケーションを作成
$ heroku create
1.Herokuにデプロイをする
$ git push heroku master