haccfiles/.gitlab-ci.yml
hexchen 851052014a complete restructure of haccfiles
here be winkekatzen
2021-01-10 23:53:41 +00:00

18 lines
214 B
YAML

stages:
- instantiate
- build
instantiate:
tags:
- nix
stage: instantiate
script:
- nix-instantiate -A deploy.all
build:
tags:
- nix
stage: build
script:
- nix-build -A deploy.all