charts/.woodpecker/esphome.yaml

14 lines
387 B
YAML
Raw Normal View History

2022-12-21 23:29:39 +00:00
---
when:
2023-03-01 21:53:42 +00:00
path: "charts/esphome/**"
2022-12-21 23:29:39 +00:00
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
2023-02-28 20:42:51 +00:00
- helm cm-push charts/esphome therepo