cachix
This commit is contained in:
parent
95320fdcfc
commit
57e712c810
@ -1,5 +1,11 @@
|
|||||||
image: yusdacra/nix-flake:latest
|
image: yusdacra/nix-flake:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
CACHIX_NAME: yusdacra-website
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- . /bin/pre-build.sh
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
@ -10,3 +16,6 @@ pages:
|
|||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- . /bin/post-build.sh
|
Loading…
Reference in New Issue
Block a user