Skip to content

Commit 1a6f0d4

Browse files
committed
fix: add pbcopy info
1 parent 9f2a0e9 commit 1a6f0d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/docs/getting-started/cicd-integration.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Alternatively you can provide the key data that way:
3636
```shell
3737
npx @capgo/cli@latest bundle upload --channel Production --apikey YOUR_API_KEY --key-v2-data PRIVATE_KEY_CONTENT
3838
```
39+
Use pbcopy like that
40+
```shell
41+
cat .capgo_key | pbcopy
42+
```
43+
To copy the key data and paste it in your Secret env of your CI/CD
3944

4045
This command uploads the current web build to the specified channel. You'll typically run this as the last step in your CI/CD pipeline, after your web build has completed successfully.
4146

0 commit comments

Comments
 (0)