cachix
This commit is contained in:
parent
95320fdcfc
commit
57e712c810
@ -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
|
||||
- master
|
||||
|
||||
after_script:
|
||||
- . /bin/post-build.sh
|
Loading…
Reference in New Issue
Block a user