1
0
website/.gitlab-ci.yml

17 lines
231 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
2021-05-16 23:23:08 +03:00
before_script:
- . /bin/pre-build.sh
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:
- master
2021-05-16 23:23:08 +03:00
after_script:
- ./bin/post-build.sh