diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d0e9eca..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: yusdacra/nix-flake:latest - -variables: - CACHIX_NAME: yusdacra-website - -before_script: - - . /bin/pre-build.sh - -pages: - stage: deploy - script: - - nix build -L --show-trace - - nix profile install nixpkgs#rsync - - rsync -Lkr ./result/* public - artifacts: - paths: - - public - only: - - master - -after_script: - - . /bin/post-build.sh \ No newline at end of file