{{inplace-date value=course.endDate save='changeStartDate'}}
```
## Deploy your app to heroku
```bash
$heroku create --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git
...
https://stormy-lake-4610.herokuapp.com/
$heroku config:set EMBER_ENV=development
$git push heroku master
#npm install; bower install; ember build --env=development
```
### Heroku Review Apps (beta)
---
class: center, middle
### Questions?
