Skip to content

Commit 321fcd1

Browse files
committed
--help (C) whatthecommit.com
1 parent 5619130 commit 321fcd1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/src/index.adoc

+9-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ TIP: Idea is very simple:
101101

102102
NOTE: We will be using `Dockerfile.frontend-build` file instead.
103103
This file also contains instructions for project build using npm.
104-
// We wanna simply delegate everything to `git push heroku master` instruction
105104

106105
.prepare frontend Dockerfile (`Dockerfile.frontend` file):
107106
[source,bash]
@@ -121,7 +120,7 @@ include::../../docker/default.conf.tpl[]
121120
.prepare `heroku.yml` file:
122121
[source,yaml]
123122
----
124-
include::../../heroku.yml[]
123+
include::../../heroku.yml.frontend[]
125124
----
126125

127126
==== create and deploy heroku app
@@ -169,7 +168,6 @@ NOTE: Here we will be using `Dockerfile.frontend-build` file instead.
169168
.prepare frontend-build Dockerfile (`Dockerfile.frontend-build` file):
170169
[source,bash]
171170
----
172-
173171
include::../../Dockerfile.frontend-build[tags=content]
174172
----
175173

@@ -184,6 +182,14 @@ docker stop run-mean-stack-frontend-build
184182

185183
=== same, but build in heroku
186184

185+
NOTE: Here, we wanna simply delegate everything to `git push heroku master` instruction
186+
187+
.prepare `heroku.yml` file:
188+
[source,yaml]
189+
----
190+
include::../../heroku.yml.frontend-build[]
191+
----
192+
187193
[source,bash]
188194
////
189195
cp -Rf ./heroku.yml.frontend-build ./heroku.yml

0 commit comments

Comments
 (0)