ssr build overwrites git configuration when deploying to heroku
-
Hi,
when building a ssr, the dist directory will be deletet and created new.
For transferring the dist/ssr to heroku, I have to create each time a new git configuration for that directory.
Is there any better solution?
Thanx - Mark -
found the answer myself:
git subtree push --prefix dist/ssr heroku master