We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64890ba commit eef93aeCopy full SHA for eef93ae
.github/workflows/publish-helm-chart.yaml
@@ -32,12 +32,14 @@ jobs:
32
uses: softprops/action-gh-release@v1
33
with:
34
body: |
35
- Deploy this release to Kubernetes with Helm using:
+ This release can be deployed with Helm by running:
36
37
```
38
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/${{ env.version }}/browsertrix-cloud-${{ env.version }}.tgz
39
40
41
+ See [the development guide](https://docs.browsertrix.cloud/deploy/) for more info how to deploy Browsertrix Cloud.
42
+
43
files: .chart-out/browsertrix-cloud-${{ env.version }}.tgz
44
tag_name: v${{ env.version }}
45
fail_on_unmatched_files: true
0 commit comments