Skip to content

Commit 6604d08

Browse files
authored
Merge pull request #2718 from raza2022/patch-1
Update Heroku_Deployment.md
2 parents d7521db + 87b34cb commit 6604d08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/content/examples/Heroku_Deployment.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Heroku Deploy
44

55
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:
66

7-
* `grunt build`
7+
* `gulp build`
88
* `cd dist
99
* `heroku login` (if you are not already authenticated)
1010
* `heroku git:remote -a foo-bar-42424`
1111
* `cd ..`
12-
* `grunt build` (not sure if this one is necessary)
13-
* `grunt buildcontrol:heroku`
12+
* `gulp build` (not sure if this one is necessary)
13+
* `gulp buildcontrol:heroku`
1414

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

0 commit comments

Comments
 (0)