Search code examples
ibm-clouddevops

How to move project to another org or space


I have a project with DevOps support (git) and I want to be able to move it to another space.

I've seen postings on how to do it without DevOps support, but not sure if I can do it at all.


Solution

  • With DevOps services you can move the app to a different space. You can do this by editing your pipeline.

    1. Click on Build & Deploy for your project
    2. Click the cog for your Deploy Stage
    3. Click on "Configure Stage"
    4. On this page you can change the space and the organization for the deployment
    5. Choose your new settings
    6. Click Save
    7. Trigger the pipeline