charts/.woodpecker/mautrix-facebook.yaml
Alex Manning 79961ebbfb
Some checks failed
ci/woodpecker/manual/mautrix-facebook Pipeline is pending
ci/woodpecker/manual/mautrix-whatsapp Pipeline is pending
ci/woodpecker/manual/common Pipeline failed
Inital commit.
2022-12-21 23:29:39 +00:00

14 lines
393 B
YAML

---
when:
path: "charts/mautrix-facebook/*"
branches:
- main
pipeline:
package:
image: "docker.io/alpine/helm:latest"
secrets: [helm_user, helm_password]
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-facebook therepo