chore(ci): fix Helm deploy command
All checks were successful
agola/blog/Build The run finished successfully
All checks were successful
agola/blog/Build The run finished successfully
This commit is contained in:
parent
e1b8c0b51e
commit
f9708bfa14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue