Skip to content

Update Heroku_Deployment.md #2718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/examples/Heroku_Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Heroku Deploy

After you have generated the app, go to heroku.com and create and application manually (ex. foo-bar-42424). Then, starting frome the root folder, run the following commands:

* `grunt build`
* `gulp build`
* `cd dist
* `heroku login` (if you are not already authenticated)
* `heroku git:remote -a foo-bar-42424`
* `cd ..`
* `grunt build` (not sure if this one is necessary)
* `grunt buildcontrol:heroku`
* `gulp build` (not sure if this one is necessary)
* `gulp buildcontrol:heroku`

-- [@flaurian](https://github.com/flaurian) via [#1966](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1966#issuecomment-231297368)