2017-09-29から1日間の記事一覧

Herokuをちょっと触るコマンド

# ログイン $ heroku login # heroku appをローカルに作成 $ git init $ git add . $ git commit -m "initial commit" $ heroku create $ git commit -m "heroku create" # デプロイ $ git push heroku master # Clone $ heroku git:clone -a appName # ブラ…