Add netlify to shell
This commit is contained in:
parent
c852950ef5
commit
afcc4eb892
|
@ -17,7 +17,7 @@ steps:
|
||||||
NETLIFY_AUTH_TOKEN:
|
NETLIFY_AUTH_TOKEN:
|
||||||
from_secret: netlify_auth_token
|
from_secret: netlify_auth_token
|
||||||
commands:
|
commands:
|
||||||
- nix-shell -I nixpkgs=./nixpkgs.nix -p netlify-cli --run "netlify deploy --prod -d $(readlink -f result)"
|
- nix-shell --run "netlify deploy --prod -d $(readlink -f result)"
|
||||||
|
|
||||||
node:
|
node:
|
||||||
nix: 1
|
nix: 1
|
||||||
|
|
|
@ -36,6 +36,7 @@ pkgs.stdenv.mkDerivation {
|
||||||
name = "presis";
|
name = "presis";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
pkgs.netlify-cli
|
||||||
python
|
python
|
||||||
texlive
|
texlive
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue