From 5903eeb533bdf48a12737803752604eebd260acc Mon Sep 17 00:00:00 2001 From: Sean Fredrick Cruz <seanfredrick.cruz@stratpoint.com> Date: Wed, 26 Mar 2025 07:08:55 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4863446..a2b2727 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,9 @@ deploy-dev: # - export TOKEN=$(kubectl config view --minify -o jsonpath='{.users[0].user.token}') # Try token-based auth if available # - if [ ! -z "$TOKEN" ]; then kubectl apply -f task-app/ --server=https://8.tcp.ngrok.io:12167 --insecure-skip-tls-verify --token=$TOKEN; else echo "No token found in config"; fi - + # - kubectl apply -f task-app/ --server=https://0.tcp.ap.ngrok.io:11295 --insecure-skip-tls-verify + - cd task-app - helm upgrade --install my-release task-app/ --namespace task-app --create-namespace --kube-apiserver https://0.tcp.ap.ngrok.io:11295 --kube-insecure-skip-tls-verify environment: name: development -- GitLab