charts/.woodpecker/mautrix-signal.yaml
Alex Manning cde7bd9c09
All checks were successful
ci/woodpecker/push/mautrix-signal Pipeline was successful
Add chart for mautrix-signal.
2023-03-30 22:18:36 +01:00

14 lines
401 B
YAML

---
when:
path: "charts/mautrix-signal/**"
branches:
- main
pipeline:
package:
image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password, helm_repo]
commands:
- helm plugin install https://github.com/chartmuseum/helm-push
- helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD
- helm cm-push charts/mautrix-signal therepo