Skip to content
Snippets Groups Projects
Commit 1d3e0705 authored by M9713's avatar M9713
Browse files

Update .gitlab-ci.yml

parent df569308
No related branches found
No related tags found
No related merge requests found
Pipeline #556732 passed with warnings
...@@ -145,7 +145,7 @@ deploy frontend: ...@@ -145,7 +145,7 @@ deploy frontend:
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
script: script:
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-ingress.yaml - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-ingress.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-configmap.yaml # - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-configmap.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-service.yaml - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-service.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-deployment.yaml - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-deployment.yaml
- kubectl -n default rollout restart deployment front - kubectl -n default rollout restart deployment front
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