Skip to content

Commit 1a58dfc

Browse files
authored
Add steps for manual orb deployment process (#69)
Original author: https://github.com/jt-metatheory This was part of #62
1 parent 1e392fe commit 1a58dfc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ We welcome [issues](https://github.com/game-ci/unity-orb/issues) to and [pull re
3030
5. Now ensure the version tag selected is semantically accurate based on the changes included.
3131
6. Click _"Publish Release"_.
3232
- This will push a new tag and trigger your publishing pipeline on CircleCI.
33+
34+
### Manual Deploy
35+
If you want a private orb for your build env. The following steps allow you to do so. These are adapted from the CircleCI
36+
[Manual Orb Authoring Process](https://circleci.com/docs/orb-author-validate-publish/#publish-your-orb)
37+
1. `circleci namespace create <name> --org-id <your-organization-id>`
38+
2. `circleci orb create <my-namespace>/<my-orb-name> --private`
39+
3. `circleci orb pack src > unity-orb.yml`
40+
4. `circleci orb publish unity-orb.yml <my-namespace>/<my-orb-name>@dev:first`
41+
5. `circleci orb publish promote <my-namespace>/<my-orb-name>@dev:first patch`

0 commit comments

Comments
 (0)