remove ci
This commit is contained in:
parent
d61c10e0af
commit
697dd2574f
@ -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
|
Loading…
Reference in New Issue
Block a user