Skip to content
Snippets Groups Projects
Commit 834a78e4 authored by Muhammad Arsalan's avatar Muhammad Arsalan
Browse files

updates

parent 27eb8598
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ variables:
DOCKER_REGISTRY: dockerhub.ebi.ac.uk/chembl/chebi/chebi-2.0/chebi-frontend
K8_NAMESPACE: chebi-staging
K8_DEPLOYMENT_FILE: k8-deployment.yaml
# DOCKER_TLS_CERTDIR: ""
# GIT_STRATEGY: clone
# REGISTRY_USER: chembl/chebi/chebi-2.0
# APPLICATION: chebi-frontend
# RELEASE_IMAGE: $CI_REGISTRY/$REGISTRY_USER/$APPLICATION:$CI_BUILD_REF_NAME
# DOCKER_IMAGE: $CI_REGISTRY/$REGISTRY_USER/$APPLICATION
# DOCKER_DRIVER: overlay
DOCKER_TLS_CERTDIR: ""
GIT_STRATEGY: clone
REGISTRY_USER: chembl/chebi/chebi-2.0
APPLICATION: chebi-frontend
RELEASE_IMAGE: $CI_REGISTRY/$REGISTRY_USER/$APPLICATION:$CI_BUILD_REF_NAME
DOCKER_IMAGE: $CI_REGISTRY/$REGISTRY_USER/$APPLICATION
DOCKER_DRIVER: overlay
# Change to specific version of docker
image: docker:latest
......@@ -33,6 +33,9 @@ build:
# Define the deployment job
deploy:
image:
name: lachlanevenson/k8s-kubectl:latest
entrypoint: [ "/bin/sh", "-c" ]
stage: deploy
before_script:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment