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

Update .gitlab-ci.yml file

parent 55229913
No related branches found
No related tags found
No related merge requests found
Pipeline #442041 passed with warnings
......@@ -4,7 +4,9 @@ stages:
build:
stage: build
when: manual
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......@@ -35,6 +37,6 @@ deploy:
script: echo "Deploying"
image: bitnami/kubectl:latest
script:
- kubectl apply -f yaml/service.yaml
- kubectl apply -f yaml/deployment.yaml
- kubectl apply -f service.yaml
- kubectl apply -f deployment.yaml
- kubectl -n default rollout restart deployment temp
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