Skip to content

Commit

Permalink
Add usage desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsean committed Jan 20, 2021
1 parent 4782719 commit 6ff82aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

This is a template for Heroku app with container support.

## Usage

Click the upper button, redirect to heroku create app page, input `App name`, filed your name into `NAME` vars for example `Sean`, then click `Deploy app` button.

Wait for deployment completion, click `Open app`, you will see:

```md
Welcome to nginx!
Deploy by Sean!

...
```
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"env": {
"NAME": {
"description": "Your name",
"value": "heroku"
"value": "Sean"
}
},
"website": "http://heroku-app.herokuapp.com",
Expand Down

0 comments on commit 6ff82aa

Please sign in to comment.