Skip to content

Commit

Permalink
Add comment for Heroku deploy when non master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sukechannnn committed Jan 19, 2018
1 parent bb54b13 commit ecec7e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,18 @@ $ heroku create e-navigator-feedforce

### Herokuにデプロイする
いよいよHerokuに登録したアプリケーションをデプロイしましょう。
masterブランチの場合は以下のようにします。

```
$ git push heroku master
```

masterブランチ以外をデプロイしたい場合は以下のようにしてデプロイしてください。

```
$ git push heroku ブランチ名:master
```

正しくデプロイできたか確認してみましょう。

```
Expand Down

0 comments on commit ecec7e7

Please sign in to comment.