charts/.woodpecker/esphome.yaml
Alex Manning 931ef940d4
All checks were successful
ci/woodpecker/push/esphome Pipeline was successful
ci/woodpecker/push/mastodon Pipeline was successful
Add esphome.
2023-02-28 20:42:51 +00:00

14 lines
386 B
YAML

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