Skip to content

Commit dab6357

Browse files
committed
Deploy heroku app.
1 parent 9d08977 commit dab6357

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
**/out/
55

66
# compiled output
7+
dist/
78
tmp/
89
out-tsc/
910

docs/src/index.adoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,21 @@ open http://0.0.0.0/
181181
docker stop run-mean-stack-frontend-build
182182
----
183183

184-
==== same, but build with heroku
184+
==== same, but build in heroku
185185

186186
[source,bash]
187+
////
188+
cp -Rf ./heroku.yml.frontend-build ./heroku.yml
189+
cp -Rf ./.dockerignore.frontend-build ./.dockerignore
190+
////
187191
----
188-
heroku create daggerok-mean-stack-frontend --stack=container
189-
cp -Rf ./.gitignore.heroku ./.gitignore
192+
cp -Rf ./.gitignore.local ./.gitignore
190193
cp -Rf ./heroku.yml.frontend-build ./heroku.yml
191194
cp -Rf ./.dockerignore.frontend-build ./.dockerignore
192195
git add .
193196
git commit -am "Deploy heroku app."
194197
git push heroku master
195198
----
196-
//cp -Rf ./heroku.yml.frontend-build ./heroku.yml
197-
//cp -Rf ./.dockerignore.frontend-build ./.dockerignore
198199

199200
== Links
200201

0 commit comments

Comments
 (0)