設定
Pipeline
Step 5: Herokuパイプラインでステージング環境を用意しよう!
https://j-hack.gitbooks.io/deploy-meteor-app-to-heroku/content/step5.html
RAILS_ENV
development
デプロイ作業
branch
herokuにmaster以外のブランチをデプロイ
https://blog.knjcode.com/push-branch-to-heroku/
heroku に master 以外のブランチを push する
http://qiita.com/dounokouno/items/6c295c78065497d1c228
戻したい時
Herokuで前のデプロイした状態に戻す。
http://qiita.com/kimihito_/items/9608f2e94608c9359ad3
- 単純に戻したり、
- ブランチが先行している時にエラーとなって戻す必要があったり
master 以外をdeploy
現象ex)
hint: Updates were rejected because a pushed branch tip is behind its remote
Heroku アプリケーションの管理
http://www.ownway.info/Ruby/heroku/how/management/application#force_deploy
起動
- 初回:
heroku ps:scale web=1
- 再起動 :
heroku restart