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

Update .gitlab-ci.yml

parent 8a9c2386
No related branches found
No related tags found
No related merge requests found
Pipeline #444627 passed with warnings
......@@ -37,6 +37,8 @@ deploy:
script: echo "Deploying"
image: bitnami/kubectl:latest
script:
- kubectl apply -k $CI_PROJECT_DIR/conduit-db/kustomization.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-backend/backend-service.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-backend/backend-deployment.yaml
......
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