Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • yashasvi 28 posts 106 karma points
    Jan 18, 2018 @ 03:26
    yashasvi
    0

    Restoring staging code/script into development env

    Hi All,

    i don't want to push/deploy my development environment into staging , instead of this i want to push my staging to development environment and when i am trying this by the "Restoring" in development backoffice it's always restore my content only.. So there is any way by which i can get my staging code/scripts/dll into my development environment.

    Thanks in advance

  • Søren Kottal 713 posts 4571 karma points MVP 6x c-trib
    Jan 18, 2018 @ 07:38
    Søren Kottal
    0

    You can clone your dev environment locally using git, then add the staging environment as a remote, and merge staging/master into dev/master.

    Or the simplest way. Do a little change an dev, then push it to staging. Staging will then be merged into dev automatically.

  • yashasvi 28 posts 106 karma points
    Jan 18, 2018 @ 10:18
    yashasvi
    0

    Thanks! Søren Kottal for suggestion , also i was thinking the same thing but not confident about this :) now i am going to try it.

    Thanks you very much!!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies