fix: remove PATH override in deploy script, rely on systemd path
This commit is contained in:
parent
95f10812c2
commit
87b27cd34c
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ let
|
||||||
|
|
||||||
deployScript = pkgs.writeShellScript "wynne-deploy" ''
|
deployScript = pkgs.writeShellScript "wynne-deploy" ''
|
||||||
set -e
|
set -e
|
||||||
export PATH="${pkgs.nodejs}/bin:${pkgs.pnpm}/bin:$PATH"
|
|
||||||
rm -rf ${buildDir}
|
rm -rf ${buildDir}
|
||||||
cp -r --no-preserve=mode,ownership ${website} ${buildDir}
|
cp -r --no-preserve=mode,ownership ${website} ${buildDir}
|
||||||
cd ${buildDir}
|
cd ${buildDir}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue