diff --git a/.drone.yml b/.drone.yml index 71df987..0f72b1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ kind: pipeline type: kubernetes name: Apply helmfile changes +matrix: + ENV: + - etersoft + - badhouseplants steps: @@ -16,4 +20,4 @@ steps: commands: - mkdir $HOME/.kube - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - - helmfile -e badhouseplants diff + - helmfile -e $ENV diff