diff --git a/README.md b/README.md index 86a32c0..57246e8 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,12 @@ We welcome [issues](https://github.com/game-ci/unity-orb/issues) to and [pull re 5. Now ensure the version tag selected is semantically accurate based on the changes included. 6. Click _"Publish Release"_. - This will push a new tag and trigger your publishing pipeline on CircleCI. + +### Manual Deploy +If you want a private orb for your build env. The following steps allow you to do so. These are adapted from the CircleCI +[Manual Orb Authoring Process](https://circleci.com/docs/orb-author-validate-publish/#publish-your-orb) +1. `circleci namespace create --org-id ` +2. `circleci orb create / --private` +3. `circleci orb pack src > unity-orb.yml` +4. `circleci orb publish unity-orb.yml /@dev:first` +5. `circleci orb publish promote /@dev:first patch`