From 8b42a24616160e8c2f98abef5dda32bea454e00e Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Tue, 21 Feb 2023 22:16:47 +0000 Subject: [PATCH] Build deps of mastodon. --- .woodpecker/mastodon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/mastodon.yaml b/.woodpecker/mastodon.yaml index abd6b3b..fb6776e 100644 --- a/.woodpecker/mastodon.yaml +++ b/.woodpecker/mastodon.yaml @@ -11,6 +11,7 @@ pipeline: image: "docker.io/alpine/helm:latest" secrets: [helm_user, helm_password, helm_repo] commands: + - helm dependency build mastodon-chart - helm plugin install https://github.com/chartmuseum/helm-push - helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD - helm cm-push mastodon-chart therepo