haccfiles/.gitlab-ci.yml

17 lines
200 B
YAML
Raw Normal View History

stages:
- build
build-nixda:
tags:
- nix
stage: build
script:
- nix-build -A deploy.nixda
build-hainich:
tags:
- nix
stage: build
script:
- nix-build -A deploy.hainich