From dd364dec2cc8176cf4dc024ff91915b455427e48 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 12 Jun 2024 14:52:19 -0400 Subject: [PATCH] Add steps for manual orb deployment process Original author: https://github.com/jt-metatheory This was part of https://github.com/game-ci/unity-orb/pull/62 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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`