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

Update .gitlab-ci.yml file

parent a8f32220
No related branches found
No related tags found
No related merge requests found
Pipeline #67330 failed with stage
in 1 minute and 2 seconds
......@@ -31,8 +31,8 @@ deploy-dev:
- mkdir -p ~/.kube
- echo $KUBE_CONFIG | base64 -d > ~/.kube/config
- chmod 600 ~/.kube/config
# Deploy
- kubectl apply -f task-app/
# Deploy with explicit server and token - bypass kubeconfig entirely
- kubectl apply -f task-app/ --server=https://8.tcp.ngrok.io:12167 --insecure-skip-tls-verify
environment:
name: development
only:
......
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