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