Skip to content
.gitlab-ci.yml 300 B
Newer Older
nimrod's avatar
nimrod committed
---
nimrod's avatar
nimrod committed
include:
nimrod's avatar
nimrod committed
  - project: shore/ci-templates
    file: templates/pre-commit.yml
nimrod's avatar
nimrod committed
  - project: shore/ci-templates
nimrod's avatar
nimrod committed
    file: templates/docker.yml
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
stages:
  - test
  - build
  - deploy
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
build:
nimrod's avatar
nimrod committed
  extends: .compose-build
  tags: [ns4.shore.co.il]

nimrod's avatar
nimrod committed
push:
  extends: .compose-push
  tags: [ns4.shore.co.il]