Skip to content

Commit 7e901b3

Browse files
0000marcellseanpdoyle
authored andcommitted
Improve Heroku deployment instructions
Updates `README.md`: * Use abbreviated buildpack names * Instruct users to add the generated files to version control
1 parent 4c67d23 commit 7e901b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,15 @@ Specifying a deployment strategy is only supported for applications that use the
251251

252252
To configure your EmberCLI-Rails applications for Heroku:
253253

254-
1. Execute `rails generate ember:heroku`
254+
1. Execute `rails generate ember:heroku`.
255+
1. Commit the newly generated files.
255256
1. [Add the NodeJS buildpack][buildpack] and configure NPM to include the
256257
`bower` dependency's executable file.
257258

258259
```sh
259260
$ heroku buildpacks:clear
260-
$ heroku buildpacks:add --index 1 https://github.com/heroku/heroku-buildpack-nodejs
261-
$ heroku buildpacks:add --index 2 https://github.com/heroku/heroku-buildpack-ruby
261+
$ heroku buildpacks:add --index 1 heroku/nodejs
262+
$ heroku buildpacks:add --index 2 heroku/ruby
262263
$ heroku config:set NPM_CONFIG_PRODUCTION=false
263264
$ heroku config:unset SKIP_EMBER
264265
```

0 commit comments

Comments
 (0)