完成一個階段後,更新git,上傳到heroku
資料庫
https://mysterious-gorge-11470.herokuapp.com
deploy 新版程式的方法
步驟 1:把所有異動都 commit 進 git
在終端機打這些字:
git status在終端機打這些字:
git add . git commit -m "Some helpful message for your future self"
步驟 2:把異動 push(上傳)到 Heroku
在終端機打這些字:
git push heroku master
步驟 3:在 Heroku 跑資料庫的 migration
在終端機打這些字:
heroku run rake db:migrate
步驟 4:上網看你的程式
在終端機打這些字:
heroku open
以上轉至 http://railsbridge-docs-zh-tw.herokuapp.com/初探-rails/deploy_到_heroku?back=設定首頁#every-time
沒有留言:
張貼留言