File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,12 @@ We welcome [issues](https://github.com/game-ci/unity-orb/issues) to and [pull re
30
30
5 . Now ensure the version tag selected is semantically accurate based on the changes included.
31
31
6 . Click _ "Publish Release"_ .
32
32
- 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 `
You can’t perform that action at this time.
0 commit comments