diff --git a/.drone.yml b/.drone.yml index b594fd0..a38a396 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,9 +93,10 @@ type: docker name: Check helmfiles trigger: event: - - cron - cron: - - daily + # - cron + - push + # cron: + # - daily steps: - name: Check badhouseplants @@ -105,6 +106,7 @@ steps: SOPS_AGE_KEY: from_secret: SOPS_AGE_KEY commands: + - helmfile -e badhouseplants list - echo "Hey, bud, some helm releases are outdated:" > message_file.tpl - cdh --kind helmfile -p $DRONE_WORKSPACE/helmfile.yaml --helmfile-environment badhouseplants -o >> message_file.tpl