test(CI): command to restart pod after build

This commit is contained in:
bmartins 2023-03-28 12:56:04 +02:00
parent 641a16565f
commit 65381ee9ce
1 changed files with 1 additions and 1 deletions

View File

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