Skip to content
Snippets Groups Projects
Commit 08e6dcd5 authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: delete sh from k8s deploy

parent b4e58f32
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,9 @@ deploy:
image: bitnami/kubectl:latest
environment: production
script:
- |
#aws --region=$AWS_DEFAULT_REGION eks update-kubeconfig --name $ELIFE_CLUSTER_NAME --kubeconfig ${ELIFE_KUBECONFIG}
kubectl config --kubeconfig=${ELIFE_KUBECONFIG} set-cluster development --server=${ELIFE_K8S_CLUSTER_HOST} --certificate-authority=${ELIFE_K8S_CLUSTER_CA_CERTIFICATE}
kubectl cluster-info
- kubectl config --kubeconfig=${ELIFE_KUBECONFIG} set-cluster development --server=${ELIFE_K8S_CLUSTER_HOST} --certificate-authority=${ELIFE_K8S_CLUSTER_CA_CERTIFICATE}
- kubectl cluster-info
# helm repo add kotahi https://charts.bitnami.com/bitnami
# helm dependency build helm/elife-kotahi
# helm upgrade -i elife-kotahi \
......
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