charts/.woodpecker/matrix-appservice-irc.yaml
Alex Manning a7998d1c33
All checks were successful
ci/woodpecker/push/matrix-appservice-irc Pipeline was successful
Add matrix-appservice-irc.
2022-12-22 00:09:42 +00:00

14 lines
414 B
YAML

---
when:
path: "charts/matrix-appservice-irc/*"
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/matrix-appservice-irc therepo