Move a Fleet from One Project to Another
Overviewβ
In this tutorial, you'll walk through the steps to move a fleet using Shipyard's YAML Editor.
By the end of this tutorial, you'll be able to:
- Move a Fleet with the YAML Editor
For more information about our YAML Editor, check out this blog post that covers the basics of using the YAML Editor.
info
This method also works to move Fleets from one organization to another.
Stepsβ
Step 1 - Copy Original Fleet's YAML Codeβ
- Navigate to the Fleet that you want to move.
- Click the Use YAML Editor button on the top right of the Fleet Builder page.
- Highlight and copy all of the existing YAML.
Step 2 - Create Fleet in New Projectβ
- Click the New Fleet button on the top left corner of your screen to create a new Fleet.
- Choose which Project you would like to move the original Fleet into.
- Click the Use YAML Editor button on the top right of the Fleet Builder page.
- Delete the generated YAML.
- Paste the original Fleet's YAML.
- Delete the Fleet and Vessel IDs from the YAML code.
- Click Save & Finish Fleet.
Success
You've successfully moved a Fleet from one project to another!