1
0
website/.gitlab-ci.yml

11 lines
152 B
YAML
Raw Normal View History

2021-05-16 23:23:08 +03:00
image: yusdacra/nix-flake:latest
2020-03-15 20:12:27 +03:00
pages:
stage: deploy
script:
2021-05-16 23:23:08 +03:00
- nix build -L --show-trace
2020-03-15 20:12:27 +03:00
artifacts:
paths:
2021-05-16 23:23:08 +03:00
- result
2020-03-15 20:12:27 +03:00
only:
2021-05-16 23:25:24 +03:00
- master