No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    ssr build overwrites git configuration when deploying to heroku

    CLI
    1
    2
    106
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      karacho last edited by

      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

      1 Reply Last reply Reply Quote 0
      • K
        karacho last edited by

        found the answer myself:
        git subtree push --prefix dist/ssr heroku master

        1 Reply Last reply Reply Quote 0
        • First post
          Last post