fix(ci): use correct path to packaged helm repo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2023-07-03 20:55:28 +02:00
parent f9b22567c9
commit 3d7e2a3574
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ steps:
commands:
- helm dependency update
- helm package .
- curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file './<archive>.tgz' https://kolaente.dev/api/packages/vikunja/helm/api/charts
- curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file vikunja-*.tgz https://kolaente.dev/api/packages/vikunja/helm/api/charts
---
kind: signature
hmac: 6255e5bec10e3e6eeaf92a8b523e04e03a191c13822b829d3361a861c9845fce
hmac: 993135e828384d9938343750ed3164c2ae702b87118d28b74ae3e1f522403f61
...