Try using IP since we have an external resolver
This commit is contained in:
parent
d484d556b1
commit
9cc8f833d6
@ -7,7 +7,7 @@ fi
|
|||||||
export PATH="$(pwd)/hugo:$PATH"
|
export PATH="$(pwd)/hugo:$PATH"
|
||||||
|
|
||||||
cd siterepo
|
cd siterepo
|
||||||
npm config set registry http://nexus:8081/repository/npm_proxy/
|
npm config set registry http://172.19.10.7:8081/repository/npm_proxy/
|
||||||
./build.sh
|
./build.sh
|
||||||
rm ./hugo-static/public/manifest.json # Conflicts with main manifest.
|
rm ./hugo-static/public/manifest.json # Conflicts with main manifest.
|
||||||
cp -r ./assets/* ./assets/.??* ./hugo-static/public/* ../sitegen/
|
cp -r ./assets/* ./assets/.??* ./hugo-static/public/* ../sitegen/
|
||||||
|
Loading…
Reference in New Issue
Block a user