- dashboardの New -> Create new appから名前などを入力して新しくアプリを作成
- Settingsタブの
Heroku Git URLにあるURLがリモートリポジトリ- 例:
https://git.heroku.com/app-name-xxxxx.git
- 例:
- このリポジトリのmasterブランチにpushすればデプロイ開始
git remote add heroku https://git.heroku.com/app-name-xxxxx.git
git push heroku master- あとはpapertrail add-onなどを入れてログを確認するなど。