Skip to content
Snippets Groups Projects
Commit 9d874836 authored by M9713's avatar M9713
Browse files

Update .gitlab-ci.yml

parent d4e0d452
No related branches found
No related tags found
No related merge requests found
Pipeline #556690 skipped
......@@ -144,8 +144,8 @@ deploy frontend:
# script: echo "Deploying"
image: bitnami/kubectl:latest
script:
# - 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-ingress.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-deployment.yaml
- 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