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

Update .gitlab-ci.yml file

parent b88f5b5a
No related branches found
No related tags found
No related merge requests found
Pipeline #67328 failed with stage
in 1 minute and 1 second
......@@ -23,14 +23,11 @@ build-frontend:
deploy-dev:
stage: deploy
script:
- curl -LO "https://dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl"
- chmod +x ./kubectl
- mkdir -p ~/.kube
- echo "$KUBE_CONFIG" | base64 -d > ~/.kube/config
- ./kubectl apply -f task-app/
- echo $KUBE_CONFIG | base64 -d > ~/.kube/config
- chmod 600 ~/.kube/config
- kubectl apply -f task-app/
environment:
name: development
only:
- develop
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