Skip to content
Snippets Groups Projects
Commit 76bf99f3 authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Update .gitlab-ci.yml file

parent 6177a7c7
No related branches found
No related tags found
No related merge requests found
Pipeline #67464 failed with stage
in 1 minute and 7 seconds
......@@ -35,13 +35,12 @@ deploy-dev:
# # Deploy
# Print debug information
- echo "Using Kubernetes API server:"" $KUBE_API_SERVER"
# # - helm upgrade --install my-release task-app/ --namespace task-app --create-namespace
# - helm upgrade --install my-release task-app/ --namespace task-app --create-namespace
# - kubectl config set-cluster minikube --server=$KUBE_API_SERVER --insecure-skip-tls-verify=true
- kubectl config set-cluster minikube --server=$KUBE_API_SERVER --insecure-skip-tls-verify=true
# # Deploy with Helm (without specifying API server as it's in the kubeconfig now)
# - helm upgrade --install my-release task-app/ --namespace task-app --create-namespace
- helm upgrade --install my-release task-app/ --namespace task-app --create-namespace --kube-apiserver https://0.tcp.ap.ngrok.io:17351 --kube-insecure-skip-tls-verify
# Deploy with Helm (without specifying API server as it's in the kubeconfig now)
- helm upgrade --install my-release task-app/ --namespace task-app --create-namespace
# - helm upgrade --install my-release task-app/ --namespace task-app --create-namespace --kube-apiserver $KUBE_API_SERVER --kube-insecure-skip-tls-verify
environment:
name: development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment