herokuの履歴

Rubyのまつもとさんがジョインしたサーバホスティング。

ブランチを指定してデプロイ

$ git push heroku branchname:master

Webサーバ構築

heroku ps:scale web=1

psql

$heroku pg:psql

環境変数追加

$ heroku config:add PASSWORD="hogehoge"