You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/docs/getting-started/cicd-integration.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ Alternatively you can provide the key data that way:
36
36
```shell
37
37
npx @capgo/cli@latest bundle upload --channel Production --apikey YOUR_API_KEY --key-v2-data PRIVATE_KEY_CONTENT
38
38
```
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
39
44
40
45
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.
0 commit comments