Merge branch 'separatepipelines' into 'main'
Separate pipelines for separate hosts. See merge request hacc/infra/haccfiles!42
This commit is contained in:
commit
269fbeef3c
1 changed files with 9 additions and 2 deletions
|
@ -1,9 +1,16 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build:
|
build-nixda:
|
||||||
tags:
|
tags:
|
||||||
- nix
|
- nix
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- nix-build -A deploy.all
|
- nix-build -A deploy.nixda
|
||||||
|
|
||||||
|
build-hainich:
|
||||||
|
tags:
|
||||||
|
- nix
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- nix-build -A deploy.hainich
|
||||||
|
|
Loading…
Reference in a new issue