mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
test(CI): deploy connection to k8
This commit is contained in:
parent
f718f9c543
commit
ee388093ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user