Newer
Older
---
include:
- project: shore/ci-templates
file: templates/pre-commit.yml
- project: shore/ci-templates
file: templates/docker.yml
stages:
- test
- build
- deploy
build:
extends: .compose-build
tags: &tags [host01.shore.co.il]
variables:
DOCKER_BUILDKIT: ""
COMPOSE_DOCKER_CLI_BUILD: ""
pull:
extends: .compose-pull
tags: *tags
run:
extends: .compose-run
tags: *tags