Merge branch 'separatepipelines' into 'main'

Separate pipelines for separate hosts.

See merge request hacc/infra/haccfiles!42
This commit is contained in:
Matthias Stübinger 2021-03-10 23:43:09 +00:00
commit 9123a842cf

View file

@ -1,9 +1,16 @@
stages:
- build
build:
build-nixda:
tags:
- nix
stage: build
script:
- nix-build -A deploy.all
- nix-build -A deploy.nixda
build-hainich:
tags:
- nix
stage: build
script:
- nix-build -A deploy.nixda