chore(ci): fix Helm deploy command
All checks were successful
agola/blog/Build The run finished successfully

This commit is contained in:
Peter 2022-09-20 22:06:17 +02:00
parent e1b8c0b51e
commit f9708bfa14
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -56,6 +56,6 @@ runs:
dest_dir: . dest_dir: .
- run: - run:
name: Deploy Helm chart name: Deploy Helm chart
command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog deploy/helm blog command: helm upgrade --set image.tag=$AGOLA_GIT_COMMITSHA --install --namespace blog blog deploy/helm
depends: depends:
- Build - Build