charts/.woodpecker/mautrix-instagram.yaml
Alex Manning 117ae9c394
All checks were successful
ci/woodpecker/push/mautrix-instagram Pipeline was successful
ci/woodpecker/push/mautrix-facebook Pipeline was successful
Add mautrix-instagram.
2022-12-21 23:59:57 +00:00

14 lines
406 B
YAML

---
when:
path: "charts/mautrix-instagram/*"
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-instagram therepo