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

Update .gitlab-ci.yml

parent ff65c656
No related branches found
No related tags found
No related merge requests found
Pipeline #473255 passed
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
# DAST_AUTH_PASSWORD: “DAST” # DAST_AUTH_PASSWORD: “DAST”
build backend: build backend:
stage: backend stage: build backend
when: manual when: manual
...@@ -35,7 +35,7 @@ build backend: ...@@ -35,7 +35,7 @@ build backend:
- /kaniko/executor --context $CI_PROJECT_DIR/conduit-backend --dockerfile $CI_PROJECT_DIR/conduit-backend/Dockerfile --destination $CI_REGISTRY_IMAGE:backend - /kaniko/executor --context $CI_PROJECT_DIR/conduit-backend --dockerfile $CI_PROJECT_DIR/conduit-backend/Dockerfile --destination $CI_REGISTRY_IMAGE:backend
build frontend: build frontend:
stage: frontend stage: build frontend
when: manual when: manual
...@@ -56,7 +56,7 @@ deploy mongodb: ...@@ -56,7 +56,7 @@ deploy mongodb:
# tags: # tags:
# - example # - example
stage: mongodb stage: deploy mongodb
when: manual when: manual
...@@ -77,7 +77,7 @@ deploy backend: ...@@ -77,7 +77,7 @@ deploy backend:
# tags: # tags:
# - example # - example
stage: backend stage: deploy backend
when: manual when: manual
...@@ -94,7 +94,7 @@ deploy frontend: ...@@ -94,7 +94,7 @@ deploy frontend:
# tags: # tags:
# - example # - example
stage: frontend stage: deploy frontend
when: manual when: manual
......
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