fix(CI): rollout command

This commit is contained in:
Benoit Martins 2023-03-28 11:00:00 +00:00 committed by bmartins
parent db68c29a8d
commit fd5e895343
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ deploy-image:
script:
- kubectl config get-contexts
- kubectl config use-context framasoft/framadate/funky-framadate-front:framadate-local-cluster
- kubectl -n framadate rollout restart frontend-deployment
- kubectl -n framadate rollout restart deployments/frontend-deployment
# build:
# image: node:16