charts/.woodpecker/mautrix-meta.yaml
Alex Manning 2a1762b968
All checks were successful
ci/woodpecker/push/mautrix-meta Pipeline was successful
Add a mautrix-meta bridge.
2024-03-01 20:43:56 +00:00

13 lines
390 B
YAML

---
when:
path: "charts/mautrix-meta/**"
branch: main
steps:
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-meta therepo