diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e45de5..6cc57c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,11 @@ image: yusdacra/nix-flake:latest +variables: + CACHIX_NAME: yusdacra-website + +before_script: + - . /bin/pre-build.sh + pages: stage: deploy script: @@ -9,4 +15,7 @@ pages: paths: - public only: - - master \ No newline at end of file + - master + +after_script: + - . /bin/post-build.sh \ No newline at end of file