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

Update .gitlab-ci.yml

parent 402a9f98
No related branches found
No related tags found
No related merge requests found
Pipeline #524337 passed
......@@ -25,7 +25,7 @@ stages:
build backend:
stage: build backend
when: manual
# when: manual
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -42,7 +42,7 @@ build backend:
build frontend:
stage: build frontend
when: manual
# when: manual
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -63,7 +63,7 @@ deploy mongodb:
stage: deploy mongodb
when: manual
# when: manual
# script: echo "Deploying"
image: bitnami/kubectl:latest
......@@ -84,7 +84,7 @@ deploy backend:
stage: deploy backend
when: manual
# when: manual
# script: echo "Deploying"
image: bitnami/kubectl:latest
......@@ -101,7 +101,7 @@ deploy frontend:
stage: deploy frontend
when: manual
# when: manual
# script: echo "Deploying"
image: bitnami/kubectl:latest
......
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