herokuの履歴
Rubyのまつもとさんがジョインしたサーバホスティング。
ブランチを指定してデプロイ
$ git push heroku branchname:master
Webサーバ構築
heroku ps:scale web=1
psql
$heroku pg:psql
環境変数追加
$ heroku config:add PASSWORD="hogehoge"
Rubyのまつもとさんがジョインしたサーバホスティング。
$ git push heroku branchname:master
heroku ps:scale web=1
$heroku pg:psql
$ heroku config:add PASSWORD="hogehoge"