From 57e712c8103c3f37e3a0f2846419421aeac13e27 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 17 May 2021 04:40:39 +0300 Subject: [PATCH] cachix --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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