Add netlify to shell
This commit is contained in:
parent
c852950ef5
commit
afcc4eb892
|
@ -17,7 +17,7 @@ steps:
|
|||
NETLIFY_AUTH_TOKEN:
|
||||
from_secret: netlify_auth_token
|
||||
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:
|
||||
nix: 1
|
||||
|
|
|
@ -36,6 +36,7 @@ pkgs.stdenv.mkDerivation {
|
|||
name = "presis";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.netlify-cli
|
||||
python
|
||||
texlive
|
||||
];
|
||||
|
|
Reference in a new issue