Skip to content
Snippets Groups Projects
Verified Commit cfba7254 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

New build step

parent 6fc4074c
No related branches found
No related tags found
1 merge request!50Add k8s deployment
Pipeline #179566 passed with warnings
......@@ -16,7 +16,7 @@ zola check:
script:
- zola check
docker build:
.build:
stage: build
interruptible: true
image:
......@@ -35,6 +35,19 @@ docker build:
paths:
- DIGESTFILE
build production:
extends: .build
only:
- master
build review:
extends: .build
variables:
BASE_URL: https://$CI_COMMIT_REF_SLUG.review.teckids.org
only:
- merge_requests
.deploy:
stage: deploy
image: line/kubectl-kustomize: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