test(CI): deploy connection to k8

This commit is contained in:
bmartins 2023-03-27 12:54:27 +02:00
parent f718f9c543
commit ee388093ce
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,7 @@ include:
stages:
- build
- deploy
# - pages
# - test
# - e2e
@ -48,6 +49,15 @@ build-image:
PUSH_IMAGE: "true"
REGISTRY_IMAGE_PATH: "${HARBOR_HOST}/${HARBOR_PROJECT}/${CI_PROJECT_NAME}"
deploy:
image:
name: bitnami/kubectl:latest
entrypoint: ['']
script:
- kubectl config get-contexts
- kubectl config use-context framasoft/framadate/funky-framadate-front:framadate-local-frontend
- kubectl get pods
# build:
# image: node:16
# stage: build