Copied to clipboard

Flag this post as spam?

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


  • yashasvi 27 posts 105 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 702 posts 4497 karma points MVP 5x 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 27 posts 105 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!!

Please Sign in or register to post replies

Write your reply to:

Draft