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:
|
||||
- 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.hainich
|
||||
|
|
Loading…
Reference in a new issue